Html Css Color HEX #CE6B2C Gold Drop

📋 copy color: '#CE6B2C'

red 206 ◦ green 107 ◦ blue 44

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

Shades of Gold Drop #CE6B2C

Tints of Gold Drop #CE6B2C

RGB

 RED value IS 206 (80.86% from 255) = 57.7%

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 57.7%
G = 29.97%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE6B2C (or 0xCE6B2C) is known color: Gold Drop. HEX triplet: CE, 6B and 2C. RGB value is (206,107,44). Sum of RGB (Red+Green+Blue) = 206+107+44=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B2C is #3194D3. Grayscale: #818181. Windows color (decimal): -3249364 or 2911182. OLE color: 2911182.

HSL color Cylindrical-coordinate representation of color #CE6B2C: hue angle of 23.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE6B2C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 44 -
CMYK 0 0.48 0.79 0.19
HSL 23.33º 0.65% 0.49% -
HSV(B) 23.33º 0.79% 0.81% -
XYZ 31.17 23.82 5.34 -
YUV 129.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 206 107 44 0 0.48 0.79 0.19 23.33 0.65 0.49
Hex CE 6B 2C 0 30 4F 13 17 41 31
Octal 316 153 54 0 60 117 23 27 101 61
Binary 11001110 1101011 101100 0 110000 1001111 10011 10111 1000001 110001

Color Harmonies of #CE6B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B2C

Black with #CE6B2C

Text Example


Text Example

White with #CE6B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B2C; }

 p { color: rgb(206,107,44); }

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

background-color css

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

 a { background-color: rgb(206,107,44); }

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

border-color css

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

 span { border-color: rgb(206,107,44); }

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