Html Css Color HEX #DDCC02 Bird Flower

📋 copy color: '#DDCC02'

red 221 ◦ green 204 ◦ blue 2

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

Shades of Bird Flower #DDCC02

Tints of Bird Flower #DDCC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.76%
G = 47.78%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDCC02 (or 0xDDCC02) is known color: Bird Flower. HEX triplet: DD, CC and 02. RGB value is (221,204,2). Sum of RGB (Red+Green+Blue) = 221+204+2=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC02 is #2233FD. Grayscale: #BABABA. Windows color (decimal): -2241534 or 183517. OLE color: 183517.

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

Color convert

RGB 221 204 2 -
CMYK 0 0.08 0.99 0.13
HSL 55.34º 0.98% 0.44% -
HSV(B) 55.34º 0.99% 0.87% -
XYZ 51.42 58.56 8.65 -
YUV 186.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 221 204 2 0 0.08 0.99 0.13 55.34 0.98 0.44
Hex DD CC 2 0 8 63 D 37 62 2C
Octal 335 314 2 0 10 143 15 67 142 54
Binary 11011101 11001100 10 0 1000 1100011 1101 110111 1100010 101100

Color Harmonies of #DDCC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC02

Black with #DDCC02

Text Example


Text Example

White with #DDCC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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