Html Css Color HEX #CE672A Gold Drop

📋 copy color: '#CE672A'

red 206 ◦ green 103 ◦ blue 42

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

Shades of Gold Drop #CE672A

Tints of Gold Drop #CE672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 58.69%
G = 29.34%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE672A (or 0xCE672A) is known color: Gold Drop. HEX triplet: CE, 67 and 2A. RGB value is (206,103,42). Sum of RGB (Red+Green+Blue) = 206+103+42=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE672A is #3198D5. Grayscale: #7F7F7F. Windows color (decimal): -3250390 or 2779086. OLE color: 2779086.

HSL color Cylindrical-coordinate representation of color #CE672A: hue angle of 22.32º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE672A is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 42 -
CMYK 0 0.50 0.80 0.19
HSL 22.32º 0.66% 0.49% -
HSV(B) 22.32º 0.8% 0.81% -
XYZ 30.72 22.99 5.01 -
YUV 126.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 206 103 42 0 0.50 0.80 0.19 22.32 0.66 0.49
Hex CE 67 2A 0 32 50 13 16 42 31
Octal 316 147 52 0 62 120 23 26 102 61
Binary 11001110 1100111 101010 0 110010 1010000 10011 10110 1000010 110001

Color Harmonies of #CE672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE672A

Black with #CE672A

Text Example


Text Example

White with #CE672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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