Html Css Color HEX #D2CB21 Barberry

📋 copy color: '#D2CB21'

red 210 ◦ green 203 ◦ blue 33

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

Shades of Barberry #D2CB21

Tints of Barberry #D2CB21

RGB

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

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

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

R = 47.09%
G = 45.52%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2CB21 (or 0xD2CB21) is known color: Barberry. HEX triplet: D2, CB and 21. RGB value is (210,203,33). Sum of RGB (Red+Green+Blue) = 210+203+33=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB21 is #2D34DE. Grayscale: #BABABA. Windows color (decimal): -2962655 or 2214866. OLE color: 2214866.

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

Color convert

RGB 210 203 33 -
CMYK 0 0.03 0.84 0.18
HSL 57.63º 0.73% 0.48% -
HSV(B) 57.63º 0.84% 0.82% -
XYZ 48.21 56.52 9.81 -
YUV 185.71 41.82 145.32 -
System Red Green Blue C M Y K H S L
Decimal 210 203 33 0 0.03 0.84 0.18 57.63 0.73 0.48
Hex D2 CB 21 0 3 54 12 3A 49 30
Octal 322 313 41 0 3 124 22 72 111 60
Binary 11010010 11001011 100001 0 11 1010100 10010 111010 1001001 110000

Color Harmonies of #D2CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CB21

Black with #D2CB21

Text Example


Text Example

White with #D2CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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