Html Css Color HEX #D0BC21 Barberry

📋 copy color: '#D0BC21'

red 208 ◦ green 188 ◦ blue 33

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

Shades of Barberry #D0BC21

Tints of Barberry #D0BC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.82%

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

R = 48.48%
G = 43.82%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0BC21 (or 0xD0BC21) is known color: Barberry. HEX triplet: D0, BC and 21. RGB value is (208,188,33). Sum of RGB (Red+Green+Blue) = 208+188+33=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC21 is #2F43DE. Grayscale: #B0B0B0. Windows color (decimal): -3097567 or 2211024. OLE color: 2211024.

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

Color convert

RGB 208 188 33 -
CMYK 0 0.10 0.84 0.18
HSL 53.14º 0.73% 0.47% -
HSV(B) 53.14º 0.84% 0.82% -
XYZ 44.27 49.49 8.66 -
YUV 176.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 208 188 33 0 0.10 0.84 0.18 53.14 0.73 0.47
Hex D0 BC 21 0 A 54 12 35 49 2F
Octal 320 274 41 0 12 124 22 65 111 57
Binary 11010000 10111100 100001 0 1010 1010100 10010 110101 1001001 101111

Color Harmonies of #D0BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC21

Black with #D0BC21

Text Example


Text Example

White with #D0BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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