Html Css Color HEX #DDCA00 Bird Flower

📋 copy color: '#DDCA00'

red 221 ◦ green 202 ◦ blue 0

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

Shades of Bird Flower #DDCA00

Tints of Bird Flower #DDCA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.25%
G = 47.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDCA00 (or 0xDDCA00) is known color: Bird Flower. HEX triplet: DD, CA and 00. RGB value is (221,202,0). Sum of RGB (Red+Green+Blue) = 221+202+0=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA00 is #2235FF. Grayscale: #B9B9B9. Windows color (decimal): -2242048 or 51933. OLE color: 51933.

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

Color convert

RGB 221 202 0 -
CMYK 0 0.09 1 0.13
HSL 54.84º 1% 0.43% -
HSV(B) 54.84º 1% 0.87% -
XYZ 50.94 57.61 8.44 -
YUV 184.65 23.79 153.93 -
System Red Green Blue C M Y K H S L
Decimal 221 202 0 0 0.09 1 0.13 54.84 1 0.43
Hex DD CA 0 0 9 64 D 37 64 2B
Octal 335 312 0 0 11 144 15 67 144 53
Binary 11011101 11001010 0 0 1001 1100100 1101 110111 1100100 101011

Color Harmonies of #DDCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA00

Black with #DDCA00

Text Example


Text Example

White with #DDCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA00; }

 p { color: rgb(221,202,0); }

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

background-color css

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

 a { background-color: rgb(221,202,0); }

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

border-color css

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

 span { border-color: rgb(221,202,0); }

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