Html Css Color HEX #DDC30C Sunflower

📋 copy color: '#DDC30C'

red 221 ◦ green 195 ◦ blue 12

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

Shades of Sunflower #DDC30C

Tints of Sunflower #DDC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 51.64%
G = 45.56%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC30C (or 0xDDC30C) is known color: Sunflower. HEX triplet: DD, C3 and 0C. RGB value is (221,195,12). Sum of RGB (Red+Green+Blue) = 221+195+12=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC30C is #223CF3. Grayscale: #B6B6B6. Windows color (decimal): -2243828 or 836573. OLE color: 836573.

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

Color convert

RGB 221 195 12 -
CMYK 0 0.12 0.95 0.13
HSL 52.54º 0.9% 0.46% -
HSV(B) 52.54º 0.95% 0.87% -
XYZ 49.4 54.43 8.25 -
YUV 181.91 32.11 155.88 -
System Red Green Blue C M Y K H S L
Decimal 221 195 12 0 0.12 0.95 0.13 52.54 0.9 0.46
Hex DD C3 C 0 C 5F D 35 5A 2E
Octal 335 303 14 0 14 137 15 65 132 56
Binary 11011101 11000011 1100 0 1100 1011111 1101 110101 1011010 101110

Color Harmonies of #DDC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC30C

Black with #DDC30C

Text Example


Text Example

White with #DDC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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