Html Css Color HEX #DDCC21 Barberry

📋 copy color: '#DDCC21'

red 221 ◦ green 204 ◦ blue 33

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

Shades of Barberry #DDCC21

Tints of Barberry #DDCC21

RGB

 RED value IS 221 (86.72% from 255) = 48.25%

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

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

R = 48.25%
G = 44.54%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDCC21 (or 0xDDCC21) is known color: Barberry. HEX triplet: DD, CC and 21. RGB value is (221,204,33). Sum of RGB (Red+Green+Blue) = 221+204+33=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC21 is #2233DE. Grayscale: #BEBEBE. Windows color (decimal): -2241503 or 2215133. OLE color: 2215133.

HSL color Cylindrical-coordinate representation of color #DDCC21: hue angle of 54.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDCC21 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 33 -
CMYK 0 0.08 0.85 0.13
HSL 54.57º 0.74% 0.5% -
HSV(B) 54.57º 0.85% 0.87% -
XYZ 51.69 58.67 10.04 -
YUV 189.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 221 204 33 0 0.08 0.85 0.13 54.57 0.74 0.5
Hex DD CC 21 0 8 55 D 37 4A 32
Octal 335 314 41 0 10 125 15 67 112 62
Binary 11011101 11001100 100001 0 1000 1010101 1101 110111 1001010 110010

Color Harmonies of #DDCC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC21

Black with #DDCC21

Text Example


Text Example

White with #DDCC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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