Html Css Color HEX #DCCA0E Sunflower

📋 copy color: '#DCCA0E'

red 220 ◦ green 202 ◦ blue 14

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

Shades of Sunflower #DCCA0E

Tints of Sunflower #DCCA0E

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

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

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 50.46%
G = 46.33%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCCA0E (or 0xDCCA0E) is known color: Sunflower. HEX triplet: DC, CA and 0E. RGB value is (220,202,14). Sum of RGB (Red+Green+Blue) = 220+202+14=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA0E is #2335F1. Grayscale: #BABABA. Windows color (decimal): -2307570 or 969436. OLE color: 969436.

HSL color Cylindrical-coordinate representation of color #DCCA0E: hue angle of 54.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCCA0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 14 -
CMYK 0 0.08 0.94 0.14
HSL 54.76º 0.88% 0.46% -
HSV(B) 54.76º 0.94% 0.86% -
XYZ 50.72 57.49 8.84 -
YUV 185.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 220 202 14 0 0.08 0.94 0.14 54.76 0.88 0.46
Hex DC CA E 0 8 5E E 37 58 2E
Octal 334 312 16 0 10 136 16 67 130 56
Binary 11011100 11001010 1110 0 1000 1011110 1110 110111 1011000 101110

Color Harmonies of #DCCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA0E

Black with #DCCA0E

Text Example


Text Example

White with #DCCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA0E; }

 p { color: rgb(220,202,14); }

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

background-color css

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

 a { background-color: rgb(220,202,14); }

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

border-color css

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

 span { border-color: rgb(220,202,14); }

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