Html Css Color HEX #CF6A28 Gold Drop

📋 copy color: '#CF6A28'

red 207 ◦ green 106 ◦ blue 40

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

Shades of Gold Drop #CF6A28

Tints of Gold Drop #CF6A28

RGB

 RED value IS 207 (81.25% from 255) = 58.64%

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 58.64%
G = 30.03%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF6A28 (or 0xCF6A28) is known color: Gold Drop. HEX triplet: CF, 6A and 28. RGB value is (207,106,40). Sum of RGB (Red+Green+Blue) = 207+106+40=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A28 is #3095D7. Grayscale: #818181. Windows color (decimal): -3184088 or 2648783. OLE color: 2648783.

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

Color convert

RGB 207 106 40 -
CMYK 0 0.49 0.81 0.19
HSL 23.71º 0.68% 0.48% -
HSV(B) 23.71º 0.81% 0.81% -
XYZ 31.27 23.73 4.94 -
YUV 128.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 207 106 40 0 0.49 0.81 0.19 23.71 0.68 0.48
Hex CF 6A 28 0 31 51 13 18 44 30
Octal 317 152 50 0 61 121 23 30 104 60
Binary 11001111 1101010 101000 0 110001 1010001 10011 11000 1000100 110000

Color Harmonies of #CF6A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A28

Black with #CF6A28

Text Example


Text Example

White with #CF6A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A28; }

 p { color: rgb(207,106,40); }

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

background-color css

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

 a { background-color: rgb(207,106,40); }

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

border-color css

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

 span { border-color: rgb(207,106,40); }

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