Html Css Color HEX #DDCB00 Bird Flower

📋 copy color: '#DDCB00'

red 221 ◦ green 203 ◦ blue 0

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

Shades of Bird Flower #DDCB00

Tints of Bird Flower #DDCB00

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.88%

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

R = 52.12%
G = 47.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDCB00 (or 0xDDCB00) is known color: Bird Flower. HEX triplet: DD, CB and 00. RGB value is (221,203,0). Sum of RGB (Red+Green+Blue) = 221+203+0=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB00 is #2234FF. Grayscale: #BABABA. Windows color (decimal): -2241792 or 52189. OLE color: 52189.

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

Color convert

RGB 221 203 0 -
CMYK 0 0.08 1 0.13
HSL 55.11º 1% 0.43% -
HSV(B) 55.11º 1% 0.87% -
XYZ 51.17 58.08 8.51 -
YUV 185.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 221 203 0 0 0.08 1 0.13 55.11 1 0.43
Hex DD CB 0 0 8 64 D 37 64 2B
Octal 335 313 0 0 10 144 15 67 144 53
Binary 11011101 11001011 0 0 1000 1100100 1101 110111 1100100 101011

Color Harmonies of #DDCB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB00

Black with #DDCB00

Text Example


Text Example

White with #DDCB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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