Html Css Color HEX #CE6B2E Gold Drop

📋 copy color: '#CE6B2E'

red 206 ◦ green 107 ◦ blue 46

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

Shades of Gold Drop #CE6B2E

Tints of Gold Drop #CE6B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 57.38%
G = 29.81%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE6B2E (or 0xCE6B2E) is known color: Gold Drop. HEX triplet: CE, 6B and 2E. RGB value is (206,107,46). Sum of RGB (Red+Green+Blue) = 206+107+46=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B2E is #3194D1. Grayscale: #818181. Windows color (decimal): -3249362 or 3042254. OLE color: 3042254.

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

Color convert

RGB 206 107 46 -
CMYK 0 0.48 0.78 0.19
HSL 22.88º 0.63% 0.49% -
HSV(B) 22.88º 0.78% 0.81% -
XYZ 31.2 23.83 5.54 -
YUV 129.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 206 107 46 0 0.48 0.78 0.19 22.88 0.63 0.49
Hex CE 6B 2E 0 30 4E 13 17 3F 31
Octal 316 153 56 0 60 116 23 27 77 61
Binary 11001110 1101011 101110 0 110000 1001110 10011 10111 111111 110001

Color Harmonies of #CE6B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B2E

Black with #CE6B2E

Text Example


Text Example

White with #CE6B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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