Html Css Color HEX #DDCD05 Bird Flower

📋 copy color: '#DDCD05'

red 221 ◦ green 205 ◦ blue 5

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

Shades of Bird Flower #DDCD05

Tints of Bird Flower #DDCD05

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

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

R = 51.28%
G = 47.56%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDCD05 (or 0xDDCD05) is known color: Bird Flower. HEX triplet: DD, CD and 05. RGB value is (221,205,5). Sum of RGB (Red+Green+Blue) = 221+205+5=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD05 is #2232FA. Grayscale: #BBBBBB. Windows color (decimal): -2241275 or 380381. OLE color: 380381.

HSL color Cylindrical-coordinate representation of color #DDCD05: hue angle of 55.56º 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 #DDCD05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 5 -
CMYK 0 0.07 0.98 0.13
HSL 55.56º 0.96% 0.44% -
HSV(B) 55.56º 0.98% 0.87% -
XYZ 51.68 59.05 8.82 -
YUV 186.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 221 205 5 0 0.07 0.98 0.13 55.56 0.96 0.44
Hex DD CD 5 0 7 62 D 38 60 2C
Octal 335 315 5 0 7 142 15 70 140 54
Binary 11011101 11001101 101 0 111 1100010 1101 111000 1100000 101100

Color Harmonies of #DDCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD05

Black with #DDCD05

Text Example


Text Example

White with #DDCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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