Html Css Color HEX #DDC51D Sunflower

📋 copy color: '#DDC51D'

red 221 ◦ green 197 ◦ blue 29

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

Shades of Sunflower #DDC51D

Tints of Sunflower #DDC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.07%

 BLUE value IS 29 (11.72% from 255) = 6.49%

R = 49.44%
G = 44.07%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC51D (or 0xDDC51D) is known color: Sunflower. HEX triplet: DD, C5 and 1D. RGB value is (221,197,29). Sum of RGB (Red+Green+Blue) = 221+197+29=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC51D is #223AE2. Grayscale: #B9B9B9. Windows color (decimal): -2243299 or 1951197. OLE color: 1951197.

HSL color Cylindrical-coordinate representation of color #DDC51D: hue angle of 52.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC51D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 29 -
CMYK 0 0.11 0.87 0.13
HSL 52.5º 0.77% 0.49% -
HSV(B) 52.5º 0.87% 0.87% -
XYZ 50.01 55.39 9.22 -
YUV 185.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 221 197 29 0 0.11 0.87 0.13 52.5 0.77 0.49
Hex DD C5 1D 0 B 57 D 34 4D 31
Octal 335 305 35 0 13 127 15 64 115 61
Binary 11011101 11000101 11101 0 1011 1010111 1101 110100 1001101 110001

Color Harmonies of #DDC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC51D

Black with #DDC51D

Text Example


Text Example

White with #DDC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC51D; }

 p { color: rgb(221,197,29); }

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

background-color css

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

 a { background-color: rgb(221,197,29); }

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

border-color css

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

 span { border-color: rgb(221,197,29); }

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