Html Css Color HEX #DDC307 Sunflower

📋 copy color: '#DDC307'

red 221 ◦ green 195 ◦ blue 7

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

Shades of Sunflower #DDC307

Tints of Sunflower #DDC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.1%

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

R = 52.25%
G = 46.1%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDC307 (or 0xDDC307) is known color: Sunflower. HEX triplet: DD, C3 and 07. RGB value is (221,195,7). Sum of RGB (Red+Green+Blue) = 221+195+7=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC307 is #223CF8. Grayscale: #B6B6B6. Windows color (decimal): -2243833 or 508893. OLE color: 508893.

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

Color convert

RGB 221 195 7 -
CMYK 0 0.12 0.97 0.13
HSL 52.71º 0.94% 0.45% -
HSV(B) 52.71º 0.97% 0.87% -
XYZ 49.37 54.42 8.1 -
YUV 181.34 29.61 156.29 -
System Red Green Blue C M Y K H S L
Decimal 221 195 7 0 0.12 0.97 0.13 52.71 0.94 0.45
Hex DD C3 7 0 C 61 D 35 5E 2D
Octal 335 303 7 0 14 141 15 65 136 55
Binary 11011101 11000011 111 0 1100 1100001 1101 110101 1011110 101101

Color Harmonies of #DDC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC307

Black with #DDC307

Text Example


Text Example

White with #DDC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC307; }

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

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

background-color css

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

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

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

border-color css

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

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

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