Html Css Color HEX #CE6C2B Gold Drop

📋 copy color: '#CE6C2B'

red 206 ◦ green 108 ◦ blue 43

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

Shades of Gold Drop #CE6C2B

Tints of Gold Drop #CE6C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 57.7%
G = 30.25%
B = 12.04%

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

#CE6C2B (or 0xCE6C2B) is known color: Gold Drop. HEX triplet: CE, 6C and 2B. RGB value is (206,108,43). Sum of RGB (Red+Green+Blue) = 206+108+43=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C2B is #3193D4. Grayscale: #828282. Windows color (decimal): -3249109 or 2845902. OLE color: 2845902.

HSL color Cylindrical-coordinate representation of color #CE6C2B: hue angle of 23.93º 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 #CE6C2B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 108 43 -
CMYK 0 0.48 0.79 0.19
HSL 23.93º 0.65% 0.49% -
HSV(B) 23.93º 0.79% 0.81% -
XYZ 31.25 24.02 5.27 -
YUV 129.89 78.97 182.29 -
System Red Green Blue C M Y K H S L
Decimal 206 108 43 0 0.48 0.79 0.19 23.93 0.65 0.49
Hex CE 6C 2B 0 30 4F 13 18 41 31
Octal 316 154 53 0 60 117 23 30 101 61
Binary 11001110 1101100 101011 0 110000 1001111 10011 11000 1000001 110001

Color Harmonies of #CE6C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C2B

Black with #CE6C2B

Text Example


Text Example

White with #CE6C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C2B; }

 p { color: rgb(206,108,43); }

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

background-color css

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

 a { background-color: rgb(206,108,43); }

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

border-color css

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

 span { border-color: rgb(206,108,43); }

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