Html Css Color HEX #DCC12B Sunflower

📋 copy color: '#DCC12B'

red 220 ◦ green 193 ◦ blue 43

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

Shades of Sunflower #DCC12B

Tints of Sunflower #DCC12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.43%

R = 48.25%
G = 42.32%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCC12B (or 0xDCC12B) is known color: Sunflower. HEX triplet: DC, C1 and 2B. RGB value is (220,193,43). Sum of RGB (Red+Green+Blue) = 220+193+43=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC12B is #233ED4. Grayscale: #B8B8B8. Windows color (decimal): -2309845 or 2867676. OLE color: 2867676.

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

Color convert

RGB 220 193 43 -
CMYK 0 0.12 0.80 0.14
HSL 50.85º 0.72% 0.52% -
HSV(B) 50.85º 0.8% 0.86% -
XYZ 49.02 53.53 10.03 -
YUV 183.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 220 193 43 0 0.12 0.80 0.14 50.85 0.72 0.52
Hex DC C1 2B 0 C 50 E 33 48 34
Octal 334 301 53 0 14 120 16 63 110 64
Binary 11011100 11000001 101011 0 1100 1010000 1110 110011 1001000 110100

Color Harmonies of #DCC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC12B

Black with #DCC12B

Text Example


Text Example

White with #DCC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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