Html Css Color HEX #CFBD4A Old Gold

📋 copy color: '#CFBD4A'

red 207 ◦ green 189 ◦ blue 74

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

Shades of Old Gold #CFBD4A

Tints of Old Gold #CFBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

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

R = 44.04%
G = 40.21%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFBD4A (or 0xCFBD4A) is known color: Old Gold. HEX triplet: CF, BD and 4A. RGB value is (207,189,74). Sum of RGB (Red+Green+Blue) = 207+189+74=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD4A is #3042B5. Grayscale: #B5B5B5. Windows color (decimal): -3162806 or 4898255. OLE color: 4898255.

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

Color convert

RGB 207 189 74 -
CMYK 0 0.09 0.64 0.19
HSL 51.88º 0.58% 0.55% -
HSV(B) 51.88º 0.64% 0.81% -
XYZ 45.17 50.16 13.78 -
YUV 181.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 207 189 74 0 0.09 0.64 0.19 51.88 0.58 0.55
Hex CF BD 4A 0 9 40 13 34 3A 37
Octal 317 275 112 0 11 100 23 64 72 67
Binary 11001111 10111101 1001010 0 1001 1000000 10011 110100 111010 110111

Color Harmonies of #CFBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD4A

Black with #CFBD4A

Text Example


Text Example

White with #CFBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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