Html Css Color HEX #DDC01D Sunflower

📋 copy color: '#DDC01D'

red 221 ◦ green 192 ◦ blue 29

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

Shades of Sunflower #DDC01D

Tints of Sunflower #DDC01D

RGB

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

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

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

R = 50%
G = 43.44%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC01D (or 0xDDC01D) is known color: Sunflower. HEX triplet: DD, C0 and 1D. RGB value is (221,192,29). Sum of RGB (Red+Green+Blue) = 221+192+29=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC01D is #223FE2. Grayscale: #B6B6B6. Windows color (decimal): -2244579 or 1949917. OLE color: 1949917.

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

Color convert

RGB 221 192 29 -
CMYK 0 0.13 0.87 0.13
HSL 50.94º 0.77% 0.49% -
HSV(B) 50.94º 0.87% 0.87% -
XYZ 48.89 53.16 8.85 -
YUV 182.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 221 192 29 0 0.13 0.87 0.13 50.94 0.77 0.49
Hex DD C0 1D 0 D 57 D 33 4D 31
Octal 335 300 35 0 15 127 15 63 115 61
Binary 11011101 11000000 11101 0 1101 1010111 1101 110011 1001101 110001

Color Harmonies of #DDC01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC01D

Black with #DDC01D

Text Example


Text Example

White with #DDC01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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