Html Css Color HEX #DDC00A Sunflower

📋 copy color: '#DDC00A'

red 221 ◦ green 192 ◦ blue 10

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

Shades of Sunflower #DDC00A

Tints of Sunflower #DDC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 52.25%
G = 45.39%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC00A (or 0xDDC00A) is known color: Sunflower. HEX triplet: DD, C0 and 0A. RGB value is (221,192,10). Sum of RGB (Red+Green+Blue) = 221+192+10=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC00A is #223FF5. Grayscale: #B4B4B4. Windows color (decimal): -2244598 or 704733. OLE color: 704733.

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

Color convert

RGB 221 192 10 -
CMYK 0 0.13 0.95 0.13
HSL 51.75º 0.91% 0.45% -
HSV(B) 51.75º 0.95% 0.87% -
XYZ 48.72 53.09 7.97 -
YUV 179.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 221 192 10 0 0.13 0.95 0.13 51.75 0.91 0.45
Hex DD C0 A 0 D 5F D 34 5B 2D
Octal 335 300 12 0 15 137 15 64 133 55
Binary 11011101 11000000 1010 0 1101 1011111 1101 110100 1011011 101101

Color Harmonies of #DDC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC00A

Black with #DDC00A

Text Example


Text Example

White with #DDC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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