Html Css Color HEX #DDCA0C Sunflower

📋 copy color: '#DDCA0C'

red 221 ◦ green 202 ◦ blue 12

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

Shades of Sunflower #DDCA0C

Tints of Sunflower #DDCA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 50.8%
G = 46.44%
B = 2.76%

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

#DDCA0C (or 0xDDCA0C) is known color: Sunflower. HEX triplet: DD, CA and 0C. RGB value is (221,202,12). Sum of RGB (Red+Green+Blue) = 221+202+12=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA0C is #2235F3. Grayscale: #BABABA. Windows color (decimal): -2242036 or 838365. OLE color: 838365.

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

Color convert

RGB 221 202 12 -
CMYK 0 0.09 0.95 0.13
HSL 54.55º 0.9% 0.46% -
HSV(B) 54.55º 0.95% 0.87% -
XYZ 51.01 57.64 8.79 -
YUV 186.02 29.79 152.95 -
System Red Green Blue C M Y K H S L
Decimal 221 202 12 0 0.09 0.95 0.13 54.55 0.9 0.46
Hex DD CA C 0 9 5F D 37 5A 2E
Octal 335 312 14 0 11 137 15 67 132 56
Binary 11011101 11001010 1100 0 1001 1011111 1101 110111 1011010 101110

Color Harmonies of #DDCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA0C

Black with #DDCA0C

Text Example


Text Example

White with #DDCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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