Html Css Color HEX #DDC907 Sunflower

📋 copy color: '#DDC907'

red 221 ◦ green 201 ◦ blue 7

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

Shades of Sunflower #DDC907

Tints of Sunflower #DDC907

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

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

R = 51.52%
G = 46.85%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDC907 (or 0xDDC907) is known color: Sunflower. HEX triplet: DD, C9 and 07. RGB value is (221,201,7). Sum of RGB (Red+Green+Blue) = 221+201+7=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC907 is #2236F8. Grayscale: #B9B9B9. Windows color (decimal): -2242297 or 510429. OLE color: 510429.

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

Color convert

RGB 221 201 7 -
CMYK 0 0.09 0.97 0.13
HSL 54.39º 0.94% 0.45% -
HSV(B) 54.39º 0.97% 0.87% -
XYZ 50.74 57.16 8.56 -
YUV 184.86 27.63 153.77 -
System Red Green Blue C M Y K H S L
Decimal 221 201 7 0 0.09 0.97 0.13 54.39 0.94 0.45
Hex DD C9 7 0 9 61 D 36 5E 2D
Octal 335 311 7 0 11 141 15 66 136 55
Binary 11011101 11001001 111 0 1001 1100001 1101 110110 1011110 101101

Color Harmonies of #DDC907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC907

Black with #DDC907

Text Example


Text Example

White with #DDC907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC907; }

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

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

background-color css

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

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

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

border-color css

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

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

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