Html Css Color HEX #DDCD03 Bird Flower

📋 copy color: '#DDCD03'

red 221 ◦ green 205 ◦ blue 3

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

Shades of Bird Flower #DDCD03

Tints of Bird Flower #DDCD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 51.52%
G = 47.79%
B = 0.7%

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

#DDCD03 (or 0xDDCD03) is known color: Bird Flower. HEX triplet: DD, CD and 03. RGB value is (221,205,3). Sum of RGB (Red+Green+Blue) = 221+205+3=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD03 is #2232FC. Grayscale: #BBBBBB. Windows color (decimal): -2241277 or 249309. OLE color: 249309.

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

Color convert

RGB 221 205 3 -
CMYK 0 0.07 0.99 0.13
HSL 55.6º 0.97% 0.44% -
HSV(B) 55.6º 0.99% 0.87% -
XYZ 51.67 59.04 8.76 -
YUV 186.76 24.3 152.43 -
System Red Green Blue C M Y K H S L
Decimal 221 205 3 0 0.07 0.99 0.13 55.6 0.97 0.44
Hex DD CD 3 0 7 63 D 38 61 2C
Octal 335 315 3 0 7 143 15 70 141 54
Binary 11011101 11001101 11 0 111 1100011 1101 111000 1100001 101100

Color Harmonies of #DDCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD03

Black with #DDCD03

Text Example


Text Example

White with #DDCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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