Html Css Color HEX #DCCA0F Sunflower

📋 copy color: '#DCCA0F'

red 220 ◦ green 202 ◦ blue 15

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

Shades of Sunflower #DCCA0F

Tints of Sunflower #DCCA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.43%

R = 50.34%
G = 46.22%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCCA0F (or 0xDCCA0F) is known color: Sunflower. HEX triplet: DC, CA and 0F. RGB value is (220,202,15). Sum of RGB (Red+Green+Blue) = 220+202+15=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA0F is #2335F0. Grayscale: #BABABA. Windows color (decimal): -2307569 or 1034972. OLE color: 1034972.

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

Color convert

RGB 220 202 15 -
CMYK 0 0.08 0.93 0.14
HSL 54.73º 0.87% 0.46% -
HSV(B) 54.73º 0.93% 0.86% -
XYZ 50.72 57.49 8.88 -
YUV 186.06 31.46 152.21 -
System Red Green Blue C M Y K H S L
Decimal 220 202 15 0 0.08 0.93 0.14 54.73 0.87 0.46
Hex DC CA F 0 8 5D E 37 57 2E
Octal 334 312 17 0 10 135 16 67 127 56
Binary 11011100 11001010 1111 0 1000 1011101 1110 110111 1010111 101110

Color Harmonies of #DCCA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA0F

Black with #DCCA0F

Text Example


Text Example

White with #DCCA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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