Html Css Color HEX #CFB74A Old Gold

📋 copy color: '#CFB74A'

red 207 ◦ green 183 ◦ blue 74

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

Shades of Old Gold #CFB74A

Tints of Old Gold #CFB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

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

R = 44.61%
G = 39.44%
B = 15.95%

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

#CFB74A (or 0xCFB74A) is known color: Old Gold. HEX triplet: CF, B7 and 4A. RGB value is (207,183,74). Sum of RGB (Red+Green+Blue) = 207+183+74=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB74A is #3048B5. Grayscale: #B2B2B2. Windows color (decimal): -3164342 or 4896719. OLE color: 4896719.

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

Color convert

RGB 207 183 74 -
CMYK 0 0.12 0.64 0.19
HSL 49.17º 0.58% 0.55% -
HSV(B) 49.17º 0.64% 0.81% -
XYZ 43.9 47.63 13.36 -
YUV 177.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 207 183 74 0 0.12 0.64 0.19 49.17 0.58 0.55
Hex CF B7 4A 0 C 40 13 31 3A 37
Octal 317 267 112 0 14 100 23 61 72 67
Binary 11001111 10110111 1001010 0 1100 1000000 10011 110001 111010 110111

Color Harmonies of #CFB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB74A

Black with #CFB74A

Text Example


Text Example

White with #CFB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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