Html Css Color HEX #DDC902 Bird Flower

📋 copy color: '#DDC902'

red 221 ◦ green 201 ◦ blue 2

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

Shades of Bird Flower #DDC902

Tints of Bird Flower #DDC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.41%

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

R = 52.12%
G = 47.41%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDC902 (or 0xDDC902) is known color: Bird Flower. HEX triplet: DD, C9 and 02. RGB value is (221,201,2). Sum of RGB (Red+Green+Blue) = 221+201+2=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC902 is #2236FD. Grayscale: #B9B9B9. Windows color (decimal): -2242302 or 182749. OLE color: 182749.

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

Color convert

RGB 221 201 2 -
CMYK 0 0.09 0.99 0.13
HSL 54.52º 0.98% 0.44% -
HSV(B) 54.52º 0.99% 0.87% -
XYZ 50.72 57.15 8.42 -
YUV 184.29 25.13 154.18 -
System Red Green Blue C M Y K H S L
Decimal 221 201 2 0 0.09 0.99 0.13 54.52 0.98 0.44
Hex DD C9 2 0 9 63 D 37 62 2C
Octal 335 311 2 0 11 143 15 67 142 54
Binary 11011101 11001001 10 0 1001 1100011 1101 110111 1100010 101100

Color Harmonies of #DDC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC902

Black with #DDC902

Text Example


Text Example

White with #DDC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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