Html Css Color HEX #D2CB1F Barberry

📋 copy color: '#D2CB1F'

red 210 ◦ green 203 ◦ blue 31

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

Shades of Barberry #D2CB1F

Tints of Barberry #D2CB1F

RGB

 RED value IS 210 (82.42% from 255) = 47.3%

 GREEN value IS 203 (79.69% from 255) = 45.72%

 BLUE value IS 31 (12.5% from 255) = 6.98%

R = 47.3%
G = 45.72%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2CB1F (or 0xD2CB1F) is known color: Barberry. HEX triplet: D2, CB and 1F. RGB value is (210,203,31). Sum of RGB (Red+Green+Blue) = 210+203+31=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB1F is #2D34E0. Grayscale: #BABABA. Windows color (decimal): -2962657 or 2083794. OLE color: 2083794.

HSL color Cylindrical-coordinate representation of color #D2CB1F: hue angle of 57.65º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2CB1F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 203 31 -
CMYK 0 0.03 0.85 0.18
HSL 57.65º 0.74% 0.47% -
HSV(B) 57.65º 0.85% 0.82% -
XYZ 48.18 56.51 9.66 -
YUV 185.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 210 203 31 0 0.03 0.85 0.18 57.65 0.74 0.47
Hex D2 CB 1F 0 3 55 12 3A 4A 2F
Octal 322 313 37 0 3 125 22 72 112 57
Binary 11010010 11001011 11111 0 11 1010101 10010 111010 1001010 101111

Color Harmonies of #D2CB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CB1F

Black with #D2CB1F

Text Example


Text Example

White with #D2CB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CB1F; }

 p { color: rgb(210,203,31); }

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

background-color css

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

 a { background-color: rgb(210,203,31); }

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

border-color css

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

 span { border-color: rgb(210,203,31); }

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