Html Css Color HEX #DDC427 Sunflower

📋 copy color: '#DDC427'

red 221 ◦ green 196 ◦ blue 39

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

Shades of Sunflower #DDC427

Tints of Sunflower #DDC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 39 (15.63% from 255) = 8.55%

R = 48.46%
G = 42.98%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC427 (or 0xDDC427) is known color: Sunflower. HEX triplet: DD, C4 and 27. RGB value is (221,196,39). Sum of RGB (Red+Green+Blue) = 221+196+39=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC427 is #223BD8. Grayscale: #BABABA. Windows color (decimal): -2243545 or 2606301. OLE color: 2606301.

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

Color convert

RGB 221 196 39 -
CMYK 0 0.11 0.82 0.13
HSL 51.76º 0.73% 0.51% -
HSV(B) 51.76º 0.82% 0.87% -
XYZ 49.92 55 9.9 -
YUV 185.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 221 196 39 0 0.11 0.82 0.13 51.76 0.73 0.51
Hex DD C4 27 0 B 52 D 34 49 33
Octal 335 304 47 0 13 122 15 64 111 63
Binary 11011101 11000100 100111 0 1011 1010010 1101 110100 1001001 110011

Color Harmonies of #DDC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC427

Black with #DDC427

Text Example


Text Example

White with #DDC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC427; }

 p { color: rgb(221,196,39); }

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

background-color css

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

 a { background-color: rgb(221,196,39); }

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

border-color css

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

 span { border-color: rgb(221,196,39); }

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