Html Css Color HEX #DCC612 Sunflower

📋 copy color: '#DCC612'

red 220 ◦ green 198 ◦ blue 18

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

Shades of Sunflower #DCC612

Tints of Sunflower #DCC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

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

R = 50.46%
G = 45.41%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC612 (or 0xDCC612) is known color: Sunflower. HEX triplet: DC, C6 and 12. RGB value is (220,198,18). Sum of RGB (Red+Green+Blue) = 220+198+18=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC612 is #2339ED. Grayscale: #B8B8B8. Windows color (decimal): -2308590 or 1230556. OLE color: 1230556.

HSL color Cylindrical-coordinate representation of color #DCC612: hue angle of 53.47º 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 #DCC612 is Cyan = 0, Magento = 0.1, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 18 -
CMYK 0 0.1 0.92 0.14
HSL 53.47º 0.85% 0.47% -
HSV(B) 53.47º 0.92% 0.86% -
XYZ 49.82 55.65 8.69 -
YUV 184.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 220 198 18 0 0.1 0.92 0.14 53.47 0.85 0.47
Hex DC C6 12 0 A 5C E 35 55 2F
Octal 334 306 22 0 12 134 16 65 125 57
Binary 11011100 11000110 10010 0 1010 1011100 1110 110101 1010101 101111

Color Harmonies of #DCC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC612

Black with #DCC612

Text Example


Text Example

White with #DCC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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