Html Css Color HEX #DDCB05 Sunflower

📋 copy color: '#DDCB05'

red 221 ◦ green 203 ◦ blue 5

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

Shades of Sunflower #DDCB05

Tints of Sunflower #DDCB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 51.52%
G = 47.32%
B = 1.17%

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

#DDCB05 (or 0xDDCB05) is known color: Sunflower. HEX triplet: DD, CB and 05. RGB value is (221,203,5). Sum of RGB (Red+Green+Blue) = 221+203+5=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB05 is #2234FA. Grayscale: #BABABA. Windows color (decimal): -2241787 or 379869. OLE color: 379869.

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

Color convert

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

Color Harmonies of #DDCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB05

Black with #DDCB05

Text Example


Text Example

White with #DDCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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