Html Css Color HEX #CFB43E Old Gold

📋 copy color: '#CFB43E'

red 207 ◦ green 180 ◦ blue 62

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

Shades of Old Gold #CFB43E

Tints of Old Gold #CFB43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 46.1%
G = 40.09%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB43E (or 0xCFB43E) is known color: Old Gold. HEX triplet: CF, B4 and 3E. RGB value is (207,180,62). Sum of RGB (Red+Green+Blue) = 207+180+62=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB43E is #304BC1. Grayscale: #AFAFAF. Windows color (decimal): -3165122 or 4109519. OLE color: 4109519.

HSL color Cylindrical-coordinate representation of color #CFB43E: hue angle of 48.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB43E is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 62 -
CMYK 0 0.13 0.70 0.19
HSL 48.83º 0.6% 0.53% -
HSV(B) 48.83º 0.7% 0.81% -
XYZ 42.92 46.26 11.22 -
YUV 174.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 207 180 62 0 0.13 0.70 0.19 48.83 0.6 0.53
Hex CF B4 3E 0 D 46 13 31 3C 35
Octal 317 264 76 0 15 106 23 61 74 65
Binary 11001111 10110100 111110 0 1101 1000110 10011 110001 111100 110101

Color Harmonies of #CFB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB43E

Black with #CFB43E

Text Example


Text Example

White with #CFB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB43E; }

 p { color: rgb(207,180,62); }

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

background-color css

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

 a { background-color: rgb(207,180,62); }

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

border-color css

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

 span { border-color: rgb(207,180,62); }

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