Html Css Color HEX #DDC026 Sunflower

📋 copy color: '#DDC026'

red 221 ◦ green 192 ◦ blue 38

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

Shades of Sunflower #DDC026

Tints of Sunflower #DDC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.43%

R = 49%
G = 42.57%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC026 (or 0xDDC026) is known color: Sunflower. HEX triplet: DD, C0 and 26. RGB value is (221,192,38). Sum of RGB (Red+Green+Blue) = 221+192+38=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC026 is #223FD9. Grayscale: #B7B7B7. Windows color (decimal): -2244570 or 2539741. OLE color: 2539741.

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

Color convert

RGB 221 192 38 -
CMYK 0 0.13 0.83 0.13
HSL 50.49º 0.73% 0.51% -
HSV(B) 50.49º 0.83% 0.87% -
XYZ 49.02 53.21 9.52 -
YUV 183.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 221 192 38 0 0.13 0.83 0.13 50.49 0.73 0.51
Hex DD C0 26 0 D 53 D 32 49 33
Octal 335 300 46 0 15 123 15 62 111 63
Binary 11011101 11000000 100110 0 1101 1010011 1101 110010 1001001 110011

Color Harmonies of #DDC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC026

Black with #DDC026

Text Example


Text Example

White with #DDC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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