Html Css Color HEX #DDCC01 Bird Flower

📋 copy color: '#DDCC01'

red 221 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #DDCC01

Tints of Bird Flower #DDCC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 51.88%
G = 47.89%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDCC01 (or 0xDDCC01) is known color: Bird Flower. HEX triplet: DD, CC and 01. RGB value is (221,204,1). Sum of RGB (Red+Green+Blue) = 221+204+1=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC01 is #2233FE. Grayscale: #BABABA. Windows color (decimal): -2241535 or 117981. OLE color: 117981.

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

Color convert

RGB 221 204 1 -
CMYK 0 0.08 1.00 0.13
HSL 55.36º 0.99% 0.44% -
HSV(B) 55.36º 1% 0.87% -
XYZ 51.42 58.56 8.62 -
YUV 185.94 23.63 153.01 -
System Red Green Blue C M Y K H S L
Decimal 221 204 1 0 0.08 1.00 0.13 55.36 0.99 0.44
Hex DD CC 1 0 8 64 D 37 63 2C
Octal 335 314 1 0 10 144 15 67 143 54
Binary 11011101 11001100 1 0 1000 1100100 1101 110111 1100011 101100

Color Harmonies of #DDCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC01

Black with #DDCC01

Text Example


Text Example

White with #DDCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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