Html Css Color HEX #CE672C Gold Drop

📋 copy color: '#CE672C'

red 206 ◦ green 103 ◦ blue 44

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

Shades of Gold Drop #CE672C

Tints of Gold Drop #CE672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 58.36%
G = 29.18%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE672C (or 0xCE672C) is known color: Gold Drop. HEX triplet: CE, 67 and 2C. RGB value is (206,103,44). Sum of RGB (Red+Green+Blue) = 206+103+44=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE672C is #3198D3. Grayscale: #7F7F7F. Windows color (decimal): -3250388 or 2910158. OLE color: 2910158.

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

Color convert

RGB 206 103 44 -
CMYK 0 0.50 0.79 0.19
HSL 21.85º 0.65% 0.49% -
HSV(B) 21.85º 0.79% 0.81% -
XYZ 30.76 23 5.2 -
YUV 127.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 206 103 44 0 0.50 0.79 0.19 21.85 0.65 0.49
Hex CE 67 2C 0 32 4F 13 16 41 31
Octal 316 147 54 0 62 117 23 26 101 61
Binary 11001110 1100111 101100 0 110010 1001111 10011 10110 1000001 110001

Color Harmonies of #CE672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE672C

Black with #CE672C

Text Example


Text Example

White with #CE672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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