Html Css Color HEX #D5CC21 Barberry

📋 copy color: '#D5CC21'

red 213 ◦ green 204 ◦ blue 33

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

Shades of Barberry #D5CC21

Tints of Barberry #D5CC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

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

R = 47.33%
G = 45.33%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5CC21 (or 0xD5CC21) is known color: Barberry. HEX triplet: D5, CC and 21. RGB value is (213,204,33). Sum of RGB (Red+Green+Blue) = 213+204+33=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC21 is #2A33DE. Grayscale: #BBBBBB. Windows color (decimal): -2765791 or 2215125. OLE color: 2215125.

HSL color Cylindrical-coordinate representation of color #D5CC21: hue angle of 57º 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 #D5CC21 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 33 -
CMYK 0 0.04 0.85 0.16
HSL 57º 0.73% 0.48% -
HSV(B) 57º 0.85% 0.84% -
XYZ 49.31 57.44 9.93 -
YUV 187.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 213 204 33 0 0.04 0.85 0.16 57 0.73 0.48
Hex D5 CC 21 0 4 55 10 39 49 30
Octal 325 314 41 0 4 125 20 71 111 60
Binary 11010101 11001100 100001 0 100 1010101 10000 111001 1001001 110000

Color Harmonies of #D5CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC21

Black with #D5CC21

Text Example


Text Example

White with #D5CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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