Html Css Color HEX #DCC12A Sunflower

📋 copy color: '#DCC12A'

red 220 ◦ green 193 ◦ blue 42

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

Shades of Sunflower #DCC12A

Tints of Sunflower #DCC12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 42 (16.8% from 255) = 9.23%

R = 48.35%
G = 42.42%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC12A (or 0xDCC12A) is known color: Sunflower. HEX triplet: DC, C1 and 2A. RGB value is (220,193,42). Sum of RGB (Red+Green+Blue) = 220+193+42=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC12A is #233ED5. Grayscale: #B8B8B8. Windows color (decimal): -2309846 or 2802140. OLE color: 2802140.

HSL color Cylindrical-coordinate representation of color #DCC12A: hue angle of 50.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC12A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 42 -
CMYK 0 0.12 0.81 0.14
HSL 50.9º 0.72% 0.51% -
HSV(B) 50.9º 0.81% 0.86% -
XYZ 49 53.52 9.94 -
YUV 183.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 220 193 42 0 0.12 0.81 0.14 50.9 0.72 0.51
Hex DC C1 2A 0 C 51 E 33 48 33
Octal 334 301 52 0 14 121 16 63 110 63
Binary 11011100 11000001 101010 0 1100 1010001 1110 110011 1001000 110011

Color Harmonies of #DCC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC12A

Black with #DCC12A

Text Example


Text Example

White with #DCC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC12A; }

 p { color: rgb(220,193,42); }

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

background-color css

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

 a { background-color: rgb(220,193,42); }

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

border-color css

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

 span { border-color: rgb(220,193,42); }

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