Html Css Color HEX #DDCC05 Bird Flower

📋 copy color: '#DDCC05'

red 221 ◦ green 204 ◦ blue 5

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

Shades of Bird Flower #DDCC05

Tints of Bird Flower #DDCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 51.4%
G = 47.44%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDCC05 (or 0xDDCC05) is known color: Bird Flower. HEX triplet: DD, CC and 05. RGB value is (221,204,5). Sum of RGB (Red+Green+Blue) = 221+204+5=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC05 is #2233FA. Grayscale: #BBBBBB. Windows color (decimal): -2241531 or 380125. OLE color: 380125.

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

Color convert

RGB 221 204 5 -
CMYK 0 0.08 0.98 0.13
HSL 55.28º 0.96% 0.44% -
HSV(B) 55.28º 0.98% 0.87% -
XYZ 51.44 58.57 8.74 -
YUV 186.4 25.63 152.68 -
System Red Green Blue C M Y K H S L
Decimal 221 204 5 0 0.08 0.98 0.13 55.28 0.96 0.44
Hex DD CC 5 0 8 62 D 37 60 2C
Octal 335 314 5 0 10 142 15 67 140 54
Binary 11011101 11001100 101 0 1000 1100010 1101 110111 1100000 101100

Color Harmonies of #DDCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC05

Black with #DDCC05

Text Example


Text Example

White with #DDCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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