Html Css Color HEX #DDC81D Sunflower

📋 copy color: '#DDC81D'

red 221 ◦ green 200 ◦ blue 29

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

Shades of Sunflower #DDC81D

Tints of Sunflower #DDC81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.44%

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

R = 49.11%
G = 44.44%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC81D (or 0xDDC81D) is known color: Sunflower. HEX triplet: DD, C8 and 1D. RGB value is (221,200,29). Sum of RGB (Red+Green+Blue) = 221+200+29=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC81D is #2237E2. Grayscale: #BBBBBB. Windows color (decimal): -2242531 or 1951965. OLE color: 1951965.

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

Color convert

RGB 221 200 29 -
CMYK 0 0.10 0.87 0.13
HSL 53.44º 0.77% 0.49% -
HSV(B) 53.44º 0.87% 0.87% -
XYZ 50.69 56.77 9.45 -
YUV 186.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 221 200 29 0 0.10 0.87 0.13 53.44 0.77 0.49
Hex DD C8 1D 0 A 57 D 35 4D 31
Octal 335 310 35 0 12 127 15 65 115 61
Binary 11011101 11001000 11101 0 1010 1010111 1101 110101 1001101 110001

Color Harmonies of #DDC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC81D

Black with #DDC81D

Text Example


Text Example

White with #DDC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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