Html Css Color HEX #D0BE21 Barberry

📋 copy color: '#D0BE21'

red 208 ◦ green 190 ◦ blue 33

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

Shades of Barberry #D0BE21

Tints of Barberry #D0BE21

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 48.26%
G = 44.08%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0BE21 (or 0xD0BE21) is known color: Barberry. HEX triplet: D0, BE and 21. RGB value is (208,190,33). Sum of RGB (Red+Green+Blue) = 208+190+33=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE21 is #2F41DE. Grayscale: #B2B2B2. Windows color (decimal): -3097055 or 2211536. OLE color: 2211536.

HSL color Cylindrical-coordinate representation of color #D0BE21: hue angle of 53.83º degrees, saturation: 0.73, 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 #D0BE21 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 33 -
CMYK 0 0.09 0.84 0.18
HSL 53.83º 0.73% 0.47% -
HSV(B) 53.83º 0.84% 0.82% -
XYZ 44.7 50.35 8.8 -
YUV 177.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 208 190 33 0 0.09 0.84 0.18 53.83 0.73 0.47
Hex D0 BE 21 0 9 54 12 36 49 2F
Octal 320 276 41 0 11 124 22 66 111 57
Binary 11010000 10111110 100001 0 1001 1010100 10010 110110 1001001 101111

Color Harmonies of #D0BE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE21

Black with #D0BE21

Text Example


Text Example

White with #D0BE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE21; }

 p { color: rgb(208,190,33); }

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

background-color css

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

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

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

border-color css

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

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

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