Html Css Color HEX #D0BB28 Barberry

📋 copy color: '#D0BB28'

red 208 ◦ green 187 ◦ blue 40

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

Shades of Barberry #D0BB28

Tints of Barberry #D0BB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 40 (16.02% from 255) = 9.2%

R = 47.82%
G = 42.99%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0BB28 (or 0xD0BB28) is known color: Barberry. HEX triplet: D0, BB and 28. RGB value is (208,187,40). Sum of RGB (Red+Green+Blue) = 208+187+40=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB28 is #2F44D7. Grayscale: #B1B1B1. Windows color (decimal): -3097816 or 2669520. OLE color: 2669520.

HSL color Cylindrical-coordinate representation of color #D0BB28: hue angle of 52.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0BB28 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 187 40 -
CMYK 0 0.10 0.81 0.18
HSL 52.5º 0.68% 0.49% -
HSV(B) 52.5º 0.81% 0.82% -
XYZ 44.17 49.1 9.16 -
YUV 176.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 208 187 40 0 0.10 0.81 0.18 52.5 0.68 0.49
Hex D0 BB 28 0 A 51 12 34 44 31
Octal 320 273 50 0 12 121 22 64 104 61
Binary 11010000 10111011 101000 0 1010 1010001 10010 110100 1000100 110001

Color Harmonies of #D0BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB28

Black with #D0BB28

Text Example


Text Example

White with #D0BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB28; }

 p { color: rgb(208,187,40); }

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

background-color css

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

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

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

border-color css

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

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

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