Html Css Color HEX #D0C024 Barberry

📋 copy color: '#D0C024'

red 208 ◦ green 192 ◦ blue 36

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

Shades of Barberry #D0C024

Tints of Barberry #D0C024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.26%

R = 47.71%
G = 44.04%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0C024 (or 0xD0C024) is known color: Barberry. HEX triplet: D0, C0 and 24. RGB value is (208,192,36). Sum of RGB (Red+Green+Blue) = 208+192+36=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C024 is #2F3FDB. Grayscale: #B3B3B3. Windows color (decimal): -3096540 or 2408656. OLE color: 2408656.

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

Color convert

RGB 208 192 36 -
CMYK 0 0.08 0.83 0.18
HSL 54.42º 0.7% 0.48% -
HSV(B) 54.42º 0.83% 0.82% -
XYZ 45.18 51.24 9.18 -
YUV 179 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 208 192 36 0 0.08 0.83 0.18 54.42 0.7 0.48
Hex D0 C0 24 0 8 53 12 36 46 30
Octal 320 300 44 0 10 123 22 66 106 60
Binary 11010000 11000000 100100 0 1000 1010011 10010 110110 1000110 110000

Color Harmonies of #D0C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C024

Black with #D0C024

Text Example


Text Example

White with #D0C024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C024; }

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

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

background-color css

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

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

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

border-color css

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

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

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