Html Css Color HEX #DDCC07 Sunflower

📋 copy color: '#DDCC07'

red 221 ◦ green 204 ◦ blue 7

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

Shades of Sunflower #DDCC07

Tints of Sunflower #DDCC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 51.16%
G = 47.22%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDCC07 (or 0xDDCC07) is known color: Sunflower. HEX triplet: DD, CC and 07. RGB value is (221,204,7). Sum of RGB (Red+Green+Blue) = 221+204+7=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC07 is #2233F8. Grayscale: #BBBBBB. Windows color (decimal): -2241529 or 511197. OLE color: 511197.

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

Color convert

RGB 221 204 7 -
CMYK 0 0.08 0.97 0.13
HSL 55.23º 0.94% 0.45% -
HSV(B) 55.23º 0.97% 0.87% -
XYZ 51.45 58.57 8.8 -
YUV 186.63 26.63 152.52 -
System Red Green Blue C M Y K H S L
Decimal 221 204 7 0 0.08 0.97 0.13 55.23 0.94 0.45
Hex DD CC 7 0 8 61 D 37 5E 2D
Octal 335 314 7 0 10 141 15 67 136 55
Binary 11011101 11001100 111 0 1000 1100001 1101 110111 1011110 101101

Color Harmonies of #DDCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC07

Black with #DDCC07

Text Example


Text Example

White with #DDCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC07; }

 p { color: rgb(221,204,7); }

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

background-color css

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

 a { background-color: rgb(221,204,7); }

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

border-color css

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

 span { border-color: rgb(221,204,7); }

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