Html Css Color HEX #DDC022 Sunflower

📋 copy color: '#DDC022'

red 221 ◦ green 192 ◦ blue 34

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

Shades of Sunflower #DDC022

Tints of Sunflower #DDC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 49.44%
G = 42.95%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDC022 (or 0xDDC022) is known color: Sunflower. HEX triplet: DD, C0 and 22. RGB value is (221,192,34). Sum of RGB (Red+Green+Blue) = 221+192+34=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC022 is #223FDD. Grayscale: #B7B7B7. Windows color (decimal): -2244574 or 2277597. OLE color: 2277597.

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

Color convert

RGB 221 192 34 -
CMYK 0 0.13 0.85 0.13
HSL 50.7º 0.73% 0.5% -
HSV(B) 50.7º 0.85% 0.87% -
XYZ 48.96 53.19 9.2 -
YUV 182.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 221 192 34 0 0.13 0.85 0.13 50.7 0.73 0.5
Hex DD C0 22 0 D 55 D 33 49 32
Octal 335 300 42 0 15 125 15 63 111 62
Binary 11011101 11000000 100010 0 1101 1010101 1101 110011 1001001 110010

Color Harmonies of #DDC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC022

Black with #DDC022

Text Example


Text Example

White with #DDC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC022; }

 p { color: rgb(221,192,34); }

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

background-color css

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

 a { background-color: rgb(221,192,34); }

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

border-color css

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

 span { border-color: rgb(221,192,34); }

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