Html Css Color HEX #CFB64A Old Gold

📋 copy color: '#CFB64A'

red 207 ◦ green 182 ◦ blue 74

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

Shades of Old Gold #CFB64A

Tints of Old Gold #CFB64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 44.71%
G = 39.31%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFB64A (or 0xCFB64A) is known color: Old Gold. HEX triplet: CF, B6 and 4A. RGB value is (207,182,74). Sum of RGB (Red+Green+Blue) = 207+182+74=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB64A is #3049B5. Grayscale: #B1B1B1. Windows color (decimal): -3164598 or 4896463. OLE color: 4896463.

HSL color Cylindrical-coordinate representation of color #CFB64A: hue angle of 48.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFB64A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 74 -
CMYK 0 0.12 0.64 0.19
HSL 48.72º 0.58% 0.55% -
HSV(B) 48.72º 0.64% 0.81% -
XYZ 43.7 47.22 13.29 -
YUV 177.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 207 182 74 0 0.12 0.64 0.19 48.72 0.58 0.55
Hex CF B6 4A 0 C 40 13 31 3A 37
Octal 317 266 112 0 14 100 23 61 72 67
Binary 11001111 10110110 1001010 0 1100 1000000 10011 110001 111010 110111

Color Harmonies of #CFB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB64A

Black with #CFB64A

Text Example


Text Example

White with #CFB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB64A; }

 p { color: rgb(207,182,74); }

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

background-color css

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

 a { background-color: rgb(207,182,74); }

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

border-color css

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

 span { border-color: rgb(207,182,74); }

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