Html Css Color HEX #DCCA12 Sunflower

📋 copy color: '#DCCA12'

red 220 ◦ green 202 ◦ blue 18

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

Shades of Sunflower #DCCA12

Tints of Sunflower #DCCA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.09%

R = 50%
G = 45.91%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCCA12 (or 0xDCCA12) is known color: Sunflower. HEX triplet: DC, CA and 12. RGB value is (220,202,18). Sum of RGB (Red+Green+Blue) = 220+202+18=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA12 is #2335ED. Grayscale: #BBBBBB. Windows color (decimal): -2307566 or 1231580. OLE color: 1231580.

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

Color convert

RGB 220 202 18 -
CMYK 0 0.08 0.92 0.14
HSL 54.65º 0.85% 0.47% -
HSV(B) 54.65º 0.92% 0.86% -
XYZ 50.74 57.5 9 -
YUV 186.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 220 202 18 0 0.08 0.92 0.14 54.65 0.85 0.47
Hex DC CA 12 0 8 5C E 37 55 2F
Octal 334 312 22 0 10 134 16 67 125 57
Binary 11011100 11001010 10010 0 1000 1011100 1110 110111 1010101 101111

Color Harmonies of #DCCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA12

Black with #DCCA12

Text Example


Text Example

White with #DCCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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