Html Css Color HEX #DDCA0A Sunflower

📋 copy color: '#DDCA0A'

red 221 ◦ green 202 ◦ blue 10

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

Shades of Sunflower #DDCA0A

Tints of Sunflower #DDCA0A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.65%

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

R = 51.04%
G = 46.65%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDCA0A (or 0xDDCA0A) is known color: Sunflower. HEX triplet: DD, CA and 0A. RGB value is (221,202,10). Sum of RGB (Red+Green+Blue) = 221+202+10=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA0A is #2235F5. Grayscale: #BABABA. Windows color (decimal): -2242038 or 707293. OLE color: 707293.

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

Color convert

RGB 221 202 10 -
CMYK 0 0.09 0.95 0.13
HSL 54.6º 0.91% 0.45% -
HSV(B) 54.6º 0.95% 0.87% -
XYZ 50.99 57.64 8.72 -
YUV 185.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 221 202 10 0 0.09 0.95 0.13 54.6 0.91 0.45
Hex DD CA A 0 9 5F D 37 5B 2D
Octal 335 312 12 0 11 137 15 67 133 55
Binary 11011101 11001010 1010 0 1001 1011111 1101 110111 1011011 101101

Color Harmonies of #DDCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA0A

Black with #DDCA0A

Text Example


Text Example

White with #DDCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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