Html Css Color HEX #CFBA3D Old Gold

📋 copy color: '#CFBA3D'

red 207 ◦ green 186 ◦ blue 61

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

Shades of Old Gold #CFBA3D

Tints of Old Gold #CFBA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

 BLUE value IS 61 (24.22% from 255) = 13.44%

R = 45.59%
G = 40.97%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFBA3D (or 0xCFBA3D) is known color: Old Gold. HEX triplet: CF, BA and 3D. RGB value is (207,186,61). Sum of RGB (Red+Green+Blue) = 207+186+61=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA3D is #3045C2. Grayscale: #B2B2B2. Windows color (decimal): -3163587 or 4045519. OLE color: 4045519.

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

Color convert

RGB 207 186 61 -
CMYK 0 0.10 0.71 0.19
HSL 51.37º 0.6% 0.53% -
HSV(B) 51.37º 0.71% 0.81% -
XYZ 44.13 48.72 11.49 -
YUV 178.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 207 186 61 0 0.10 0.71 0.19 51.37 0.6 0.53
Hex CF BA 3D 0 A 47 13 33 3C 35
Octal 317 272 75 0 12 107 23 63 74 65
Binary 11001111 10111010 111101 0 1010 1000111 10011 110011 111100 110101

Color Harmonies of #CFBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA3D

Black with #CFBA3D

Text Example


Text Example

White with #CFBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA3D; }

 p { color: rgb(207,186,61); }

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

background-color css

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

 a { background-color: rgb(207,186,61); }

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

border-color css

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

 span { border-color: rgb(207,186,61); }

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