Html Css Color HEX #DDCD02 Bird Flower

📋 copy color: '#DDCD02'

red 221 ◦ green 205 ◦ blue 2

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

Shades of Bird Flower #DDCD02

Tints of Bird Flower #DDCD02

RGB

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

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

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

R = 51.64%
G = 47.9%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDCD02 (or 0xDDCD02) is known color: Bird Flower. HEX triplet: DD, CD and 02. RGB value is (221,205,2). Sum of RGB (Red+Green+Blue) = 221+205+2=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD02 is #2232FD. Grayscale: #BBBBBB. Windows color (decimal): -2241278 or 183773. OLE color: 183773.

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

Color convert

RGB 221 205 2 -
CMYK 0 0.07 0.99 0.13
HSL 55.62º 0.98% 0.44% -
HSV(B) 55.62º 0.99% 0.87% -
XYZ 51.66 59.04 8.73 -
YUV 186.64 23.8 152.51 -
System Red Green Blue C M Y K H S L
Decimal 221 205 2 0 0.07 0.99 0.13 55.62 0.98 0.44
Hex DD CD 2 0 7 63 D 38 62 2C
Octal 335 315 2 0 7 143 15 70 142 54
Binary 11011101 11001101 10 0 111 1100011 1101 111000 1100010 101100

Color Harmonies of #DDCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD02

Black with #DDCD02

Text Example


Text Example

White with #DDCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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