Html Css Color HEX #D5CB21 Barberry

📋 copy color: '#D5CB21'

red 213 ◦ green 203 ◦ blue 33

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

Shades of Barberry #D5CB21

Tints of Barberry #D5CB21

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

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

R = 47.44%
G = 45.21%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5CB21 (or 0xD5CB21) is known color: Barberry. HEX triplet: D5, CB and 21. RGB value is (213,203,33). Sum of RGB (Red+Green+Blue) = 213+203+33=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB21 is #2A34DE. Grayscale: #BBBBBB. Windows color (decimal): -2766047 or 2214869. OLE color: 2214869.

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

Color convert

RGB 213 203 33 -
CMYK 0 0.05 0.85 0.16
HSL 56.67º 0.73% 0.48% -
HSV(B) 56.67º 0.85% 0.84% -
XYZ 49.07 56.97 9.85 -
YUV 186.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 213 203 33 0 0.05 0.85 0.16 56.67 0.73 0.48
Hex D5 CB 21 0 5 55 10 39 49 30
Octal 325 313 41 0 5 125 20 71 111 60
Binary 11010101 11001011 100001 0 101 1010101 10000 111001 1001001 110000

Color Harmonies of #D5CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB21

Black with #D5CB21

Text Example


Text Example

White with #D5CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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