Html Css Color HEX #D0C022 Barberry

📋 copy color: '#D0C022'

red 208 ◦ green 192 ◦ blue 34

#D0C022
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D0C022

Tints of Barberry #D0C022

RGB

 RED value IS 208 (81.64% from 255) = 47.93%

 GREEN value IS 192 (75.39% from 255) = 44.24%

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 47.93%
G = 44.24%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0C022 (or 0xD0C022) is known color: Barberry. HEX triplet: D0, C0 and 22. RGB value is (208,192,34). Sum of RGB (Red+Green+Blue) = 208+192+34=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C022 is #2F3FDD. Grayscale: #B3B3B3. Windows color (decimal): -3096542 or 2277584. OLE color: 2277584.

HSL color Cylindrical-coordinate representation of color #D0C022: hue angle of 54.48º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0C022 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 34 -
CMYK 0 0.08 0.84 0.18
HSL 54.48º 0.72% 0.47% -
HSV(B) 54.48º 0.84% 0.82% -
XYZ 45.15 51.22 9.02 -
YUV 178.77 46.3 148.85 -
System Red Green Blue C M Y K H S L
Decimal 208 192 34 0 0.08 0.84 0.18 54.48 0.72 0.47
Hex D0 C0 22 0 8 54 12 36 48 2F
Octal 320 300 42 0 10 124 22 66 110 57
Binary 11010000 11000000 100010 0 1000 1010100 10010 110110 1001000 101111

Color Harmonies of #D0C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C022

Black with #D0C022

Text Example


Text Example

White with #D0C022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C022; }

 p { color: rgb(208,192,34); }

 H1.HeaderClassName
 {
   color: #D0C022;
 }
 .AnyTagClassName
 {
   color: #D0C022;
 }
</style>

background-color css

<style>
 a { background-color: #D0C022; }

 a { background-color: rgb(208,192,34); }

 div.DivClassName
 {
   background-color: #D0C022;
 }
 .BgClassName
 {
   background-color: #D0C022;
 }
</style>

border-color css

<style>
 span { border-color: #D0C022; }

 span { border-color: rgb(208,192,34); }

 td.TdClassName
 {
   border-color: #D0C022;
 }
 .TagClassName
 {
   border-color: #D0C022;
 }
</style>