Html Css Color HEX #DDCB04 Bird Flower

📋 copy color: '#DDCB04'

red 221 ◦ green 203 ◦ blue 4

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

Shades of Bird Flower #DDCB04

Tints of Bird Flower #DDCB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 51.64%
G = 47.43%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDCB04 (or 0xDDCB04) is known color: Bird Flower. HEX triplet: DD, CB and 04. RGB value is (221,203,4). Sum of RGB (Red+Green+Blue) = 221+203+4=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB04 is #2234FB. Grayscale: #BABABA. Windows color (decimal): -2241788 or 314333. OLE color: 314333.

HSL color Cylindrical-coordinate representation of color #DDCB04: hue angle of 55.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDCB04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 4 -
CMYK 0 0.08 0.98 0.13
HSL 55.02º 0.96% 0.44% -
HSV(B) 55.02º 0.98% 0.87% -
XYZ 51.2 58.09 8.63 -
YUV 185.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 221 203 4 0 0.08 0.98 0.13 55.02 0.96 0.44
Hex DD CB 4 0 8 62 D 37 60 2C
Octal 335 313 4 0 10 142 15 67 140 54
Binary 11011101 11001011 100 0 1000 1100010 1101 110111 1100000 101100

Color Harmonies of #DDCB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB04

Black with #DDCB04

Text Example


Text Example

White with #DDCB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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