Html Css Color HEX #CFBF3A Old Gold

📋 copy color: '#CFBF3A'

red 207 ◦ green 191 ◦ blue 58

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

Shades of Old Gold #CFBF3A

Tints of Old Gold #CFBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 45.39%
G = 41.89%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFBF3A (or 0xCFBF3A) is known color: Old Gold. HEX triplet: CF, BF and 3A. RGB value is (207,191,58). Sum of RGB (Red+Green+Blue) = 207+191+58=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF3A is #3040C5. Grayscale: #B5B5B5. Windows color (decimal): -3162310 or 3850191. OLE color: 3850191.

HSL color Cylindrical-coordinate representation of color #CFBF3A: hue angle of 53.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFBF3A is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 191 58 -
CMYK 0 0.08 0.72 0.19
HSL 53.56º 0.61% 0.52% -
HSV(B) 53.56º 0.72% 0.81% -
XYZ 45.13 50.83 11.44 -
YUV 180.62 58.8 146.81 -
System Red Green Blue C M Y K H S L
Decimal 207 191 58 0 0.08 0.72 0.19 53.56 0.61 0.52
Hex CF BF 3A 0 8 48 13 36 3D 34
Octal 317 277 72 0 10 110 23 66 75 64
Binary 11001111 10111111 111010 0 1000 1001000 10011 110110 111101 110100

Color Harmonies of #CFBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF3A

Black with #CFBF3A

Text Example


Text Example

White with #CFBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF3A; }

 p { color: rgb(207,191,58); }

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

background-color css

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

 a { background-color: rgb(207,191,58); }

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

border-color css

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

 span { border-color: rgb(207,191,58); }

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