Html Css Color HEX #DDD30C Sunflower

📋 copy color: '#DDD30C'

red 221 ◦ green 211 ◦ blue 12

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

Shades of Sunflower #DDD30C

Tints of Sunflower #DDD30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

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

R = 49.77%
G = 47.52%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD30C (or 0xDDD30C) is known color: Sunflower. HEX triplet: DD, D3 and 0C. RGB value is (221,211,12). Sum of RGB (Red+Green+Blue) = 221+211+12=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD30C is #222CF3. Grayscale: #C0C0C0. Windows color (decimal): -2239732 or 840669. OLE color: 840669.

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

Color convert

RGB 221 211 12 -
CMYK 0 0.05 0.95 0.13
HSL 57.13º 0.9% 0.46% -
HSV(B) 57.13º 0.95% 0.87% -
XYZ 53.18 61.99 9.51 -
YUV 191.3 26.81 149.18 -
System Red Green Blue C M Y K H S L
Decimal 221 211 12 0 0.05 0.95 0.13 57.13 0.9 0.46
Hex DD D3 C 0 5 5F D 39 5A 2E
Octal 335 323 14 0 5 137 15 71 132 56
Binary 11011101 11010011 1100 0 101 1011111 1101 111001 1011010 101110

Color Harmonies of #DDD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD30C

Black with #DDD30C

Text Example


Text Example

White with #DDD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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