Html Css Color HEX #DDC308 Sunflower

📋 copy color: '#DDC308'

red 221 ◦ green 195 ◦ blue 8

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

Shades of Sunflower #DDC308

Tints of Sunflower #DDC308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 52.12%
G = 45.99%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDC308 (or 0xDDC308) is known color: Sunflower. HEX triplet: DD, C3 and 08. RGB value is (221,195,8). Sum of RGB (Red+Green+Blue) = 221+195+8=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC308 is #223CF7. Grayscale: #B6B6B6. Windows color (decimal): -2243832 or 574429. OLE color: 574429.

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

Color convert

RGB 221 195 8 -
CMYK 0 0.12 0.96 0.13
HSL 52.68º 0.93% 0.45% -
HSV(B) 52.68º 0.96% 0.87% -
XYZ 49.38 54.42 8.13 -
YUV 181.46 30.11 156.21 -
System Red Green Blue C M Y K H S L
Decimal 221 195 8 0 0.12 0.96 0.13 52.68 0.93 0.45
Hex DD C3 8 0 C 60 D 35 5D 2D
Octal 335 303 10 0 14 140 15 65 135 55
Binary 11011101 11000011 1000 0 1100 1100000 1101 110101 1011101 101101

Color Harmonies of #DDC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC308

Black with #DDC308

Text Example


Text Example

White with #DDC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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