Html Css Color HEX #DCBC0C Sunflower

📋 copy color: '#DCBC0C'

red 220 ◦ green 188 ◦ blue 12

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

Shades of Sunflower #DCBC0C

Tints of Sunflower #DCBC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 52.38%
G = 44.76%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCBC0C (or 0xDCBC0C) is known color: Sunflower. HEX triplet: DC, BC and 0C. RGB value is (220,188,12). Sum of RGB (Red+Green+Blue) = 220+188+12=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC0C is #2343F3. Grayscale: #B2B2B2. Windows color (decimal): -2311156 or 834780. OLE color: 834780.

HSL color Cylindrical-coordinate representation of color #DCBC0C: hue angle of 50.77º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCBC0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 12 -
CMYK 0 0.15 0.95 0.14
HSL 50.77º 0.9% 0.45% -
HSV(B) 50.77º 0.95% 0.86% -
XYZ 47.56 51.21 7.73 -
YUV 177.5 34.6 158.31 -
System Red Green Blue C M Y K H S L
Decimal 220 188 12 0 0.15 0.95 0.14 50.77 0.9 0.45
Hex DC BC C 0 F 5F E 33 5A 2D
Octal 334 274 14 0 17 137 16 63 132 55
Binary 11011100 10111100 1100 0 1111 1011111 1110 110011 1011010 101101

Color Harmonies of #DCBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC0C

Black with #DCBC0C

Text Example


Text Example

White with #DCBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC0C; }

 p { color: rgb(220,188,12); }

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

background-color css

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

 a { background-color: rgb(220,188,12); }

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

border-color css

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

 span { border-color: rgb(220,188,12); }

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