Html Css Color HEX #CD672E Gold Drop

📋 copy color: '#CD672E'

red 205 ◦ green 103 ◦ blue 46

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

Shades of Gold Drop #CD672E

Tints of Gold Drop #CD672E

RGB

 RED value IS 205 (80.47% from 255) = 57.91%

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

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

R = 57.91%
G = 29.1%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD672E (or 0xCD672E) is known color: Gold Drop. HEX triplet: CD, 67 and 2E. RGB value is (205,103,46). Sum of RGB (Red+Green+Blue) = 205+103+46=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD672E is #3298D1. Grayscale: #7F7F7F. Windows color (decimal): -3315922 or 3041229. OLE color: 3041229.

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

Color convert

RGB 205 103 46 -
CMYK 0 0.50 0.78 0.20
HSL 21.51º 0.63% 0.49% -
HSV(B) 21.51º 0.78% 0.8% -
XYZ 30.52 22.88 5.39 -
YUV 127 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 205 103 46 0 0.50 0.78 0.20 21.51 0.63 0.49
Hex CD 67 2E 0 32 4E 14 16 3F 31
Octal 315 147 56 0 62 116 24 26 77 61
Binary 11001101 1100111 101110 0 110010 1001110 10100 10110 111111 110001

Color Harmonies of #CD672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD672E

Black with #CD672E

Text Example


Text Example

White with #CD672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD672E; }

 p { color: rgb(205,103,46); }

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

background-color css

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

 a { background-color: rgb(205,103,46); }

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

border-color css

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

 span { border-color: rgb(205,103,46); }

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