Html Css Color HEX #CFBD3F Old Gold

📋 copy color: '#CFBD3F'

red 207 ◦ green 189 ◦ blue 63

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

Shades of Old Gold #CFBD3F

Tints of Old Gold #CFBD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.73%

R = 45.1%
G = 41.18%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFBD3F (or 0xCFBD3F) is known color: Old Gold. HEX triplet: CF, BD and 3F. RGB value is (207,189,63). Sum of RGB (Red+Green+Blue) = 207+189+63=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD3F is #3042C0. Grayscale: #B4B4B4. Windows color (decimal): -3162817 or 4177359. OLE color: 4177359.

HSL color Cylindrical-coordinate representation of color #CFBD3F: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFBD3F is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 63 -
CMYK 0 0.09 0.70 0.19
HSL 52.5º 0.6% 0.53% -
HSV(B) 52.5º 0.7% 0.81% -
XYZ 44.83 50.02 11.99 -
YUV 180.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 207 189 63 0 0.09 0.70 0.19 52.5 0.6 0.53
Hex CF BD 3F 0 9 46 13 34 3C 35
Octal 317 275 77 0 11 106 23 64 74 65
Binary 11001111 10111101 111111 0 1001 1000110 10011 110100 111100 110101

Color Harmonies of #CFBD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD3F

Black with #CFBD3F

Text Example


Text Example

White with #CFBD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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