Html Css Color HEX #CFBB3F Old Gold

📋 copy color: '#CFBB3F'

red 207 ◦ green 187 ◦ blue 63

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

Shades of Old Gold #CFBB3F

Tints of Old Gold #CFBB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 45.3%
G = 40.92%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFBB3F (or 0xCFBB3F) is known color: Old Gold. HEX triplet: CF, BB and 3F. RGB value is (207,187,63). Sum of RGB (Red+Green+Blue) = 207+187+63=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB3F is #3044C0. Grayscale: #B3B3B3. Windows color (decimal): -3163329 or 4176847. OLE color: 4176847.

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

Color convert

RGB 207 187 63 -
CMYK 0 0.10 0.70 0.19
HSL 51.67º 0.6% 0.53% -
HSV(B) 51.67º 0.7% 0.81% -
XYZ 44.4 49.16 11.85 -
YUV 178.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 207 187 63 0 0.10 0.70 0.19 51.67 0.6 0.53
Hex CF BB 3F 0 A 46 13 34 3C 35
Octal 317 273 77 0 12 106 23 64 74 65
Binary 11001111 10111011 111111 0 1010 1000110 10011 110100 111100 110101

Color Harmonies of #CFBB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB3F

Black with #CFBB3F

Text Example


Text Example

White with #CFBB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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