Html Css Color HEX #D0D024 Barberry

📋 copy color: '#D0D024'

red 208 ◦ green 208 ◦ blue 36

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

Shades of Barberry #D0D024

Tints of Barberry #D0D024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

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

R = 46.02%
G = 46.02%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0D024 (or 0xD0D024) is known color: Barberry. HEX triplet: D0, D0 and 24. RGB value is (208,208,36). Sum of RGB (Red+Green+Blue) = 208+208+36=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D024 is #2F2FDB. Grayscale: #BDBDBD. Windows color (decimal): -3092444 or 2412752. OLE color: 2412752.

HSL color Cylindrical-coordinate representation of color #D0D024: hue angle of 60º 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 #D0D024 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 208 36 -
CMYK 0 0 0.83 0.18
HSL 60º 0.7% 0.48% -
HSV(B) 60º 0.83% 0.82% -
XYZ 48.89 58.65 10.41 -
YUV 188.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 208 208 36 0 0 0.83 0.18 60 0.7 0.48
Hex D0 D0 24 0 0 53 12 3C 46 30
Octal 320 320 44 0 0 123 22 74 106 60
Binary 11010000 11010000 100100 0 0 1010011 10010 111100 1000110 110000

Color Harmonies of #D0D024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D024

Black with #D0D024

Text Example


Text Example

White with #D0D024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D024; }

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

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

background-color css

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

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

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

border-color css

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

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

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