Html Css Color HEX #D0BF2A Barberry

📋 copy color: '#D0BF2A'

red 208 ◦ green 191 ◦ blue 42

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

Shades of Barberry #D0BF2A

Tints of Barberry #D0BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 47.17%
G = 43.31%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0BF2A (or 0xD0BF2A) is known color: Barberry. HEX triplet: D0, BF and 2A. RGB value is (208,191,42). Sum of RGB (Red+Green+Blue) = 208+191+42=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF2A is #2F40D5. Grayscale: #B3B3B3. Windows color (decimal): -3096790 or 2801616. OLE color: 2801616.

HSL color Cylindrical-coordinate representation of color #D0BF2A: hue angle of 53.86º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0BF2A is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 42 -
CMYK 0 0.08 0.80 0.18
HSL 53.86º 0.66% 0.49% -
HSV(B) 53.86º 0.8% 0.82% -
XYZ 45.06 50.84 9.63 -
YUV 179.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 208 191 42 0 0.08 0.80 0.18 53.86 0.66 0.49
Hex D0 BF 2A 0 8 50 12 36 42 31
Octal 320 277 52 0 10 120 22 66 102 61
Binary 11010000 10111111 101010 0 1000 1010000 10010 110110 1000010 110001

Color Harmonies of #D0BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF2A

Black with #D0BF2A

Text Example


Text Example

White with #D0BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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