Html Css Color HEX #CFBC3A Old Gold

📋 copy color: '#CFBC3A'

red 207 ◦ green 188 ◦ blue 58

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

Shades of Old Gold #CFBC3A

Tints of Old Gold #CFBC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 45.7%
G = 41.5%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFBC3A (or 0xCFBC3A) is known color: Old Gold. HEX triplet: CF, BC and 3A. RGB value is (207,188,58). Sum of RGB (Red+Green+Blue) = 207+188+58=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC3A is #3043C5. Grayscale: #B3B3B3. Windows color (decimal): -3163078 or 3849423. OLE color: 3849423.

HSL color Cylindrical-coordinate representation of color #CFBC3A: hue angle of 52.35º 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 #CFBC3A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 58 -
CMYK 0 0.09 0.72 0.19
HSL 52.35º 0.61% 0.52% -
HSV(B) 52.35º 0.72% 0.81% -
XYZ 44.48 49.54 11.22 -
YUV 178.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 207 188 58 0 0.09 0.72 0.19 52.35 0.61 0.52
Hex CF BC 3A 0 9 48 13 34 3D 34
Octal 317 274 72 0 11 110 23 64 75 64
Binary 11001111 10111100 111010 0 1001 1001000 10011 110100 111101 110100

Color Harmonies of #CFBC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC3A

Black with #CFBC3A

Text Example


Text Example

White with #CFBC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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