Html Css Color HEX #D0BF24 Barberry

📋 copy color: '#D0BF24'

red 208 ◦ green 191 ◦ blue 36

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

Shades of Barberry #D0BF24

Tints of Barberry #D0BF24

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

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

R = 47.82%
G = 43.91%
B = 8.28%

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

#D0BF24 (or 0xD0BF24) is known color: Barberry. HEX triplet: D0, BF and 24. RGB value is (208,191,36). Sum of RGB (Red+Green+Blue) = 208+191+36=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF24 is #2F40DB. Grayscale: #B3B3B3. Windows color (decimal): -3096796 or 2408400. OLE color: 2408400.

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

Color convert

RGB 208 191 36 -
CMYK 0 0.08 0.83 0.18
HSL 54.07º 0.7% 0.48% -
HSV(B) 54.07º 0.83% 0.82% -
XYZ 44.96 50.8 9.1 -
YUV 178.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 208 191 36 0 0.08 0.83 0.18 54.07 0.7 0.48
Hex D0 BF 24 0 8 53 12 36 46 30
Octal 320 277 44 0 10 123 22 66 106 60
Binary 11010000 10111111 100100 0 1000 1010011 10010 110110 1000110 110000

Color Harmonies of #D0BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF24

Black with #D0BF24

Text Example


Text Example

White with #D0BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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