Html Css Color HEX #CF6429 Gold Drop

📋 copy color: '#CF6429'

red 207 ◦ green 100 ◦ blue 41

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

Shades of Gold Drop #CF6429

Tints of Gold Drop #CF6429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 59.48%
G = 28.74%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF6429 (or 0xCF6429) is known color: Gold Drop. HEX triplet: CF, 64 and 29. RGB value is (207,100,41). Sum of RGB (Red+Green+Blue) = 207+100+41=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6429 is #309BD6. Grayscale: #7D7D7D. Windows color (decimal): -3185623 or 2712783. OLE color: 2712783.

HSL color Cylindrical-coordinate representation of color #CF6429: hue angle of 21.33º degrees, saturation: 0.67, 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 #CF6429 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 41 -
CMYK 0 0.52 0.80 0.19
HSL 21.33º 0.67% 0.49% -
HSV(B) 21.33º 0.8% 0.81% -
XYZ 30.69 22.54 4.83 -
YUV 125.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 207 100 41 0 0.52 0.80 0.19 21.33 0.67 0.49
Hex CF 64 29 0 34 50 13 15 43 31
Octal 317 144 51 0 64 120 23 25 103 61
Binary 11001111 1100100 101001 0 110100 1010000 10011 10101 1000011 110001

Color Harmonies of #CF6429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6429

Black with #CF6429

Text Example


Text Example

White with #CF6429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6429; }

 p { color: rgb(207,100,41); }

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

background-color css

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

 a { background-color: rgb(207,100,41); }

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

border-color css

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

 span { border-color: rgb(207,100,41); }

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