Html Css Color HEX #CFBA38 Old Gold

📋 copy color: '#CFBA38'

red 207 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #CFBA38

Tints of Old Gold #CFBA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 56 (22.27% from 255) = 12.47%

R = 46.1%
G = 41.43%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFBA38 (or 0xCFBA38) is known color: Old Gold. HEX triplet: CF, BA and 38. RGB value is (207,186,56). Sum of RGB (Red+Green+Blue) = 207+186+56=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA38 is #3045C7. Grayscale: #B1B1B1. Windows color (decimal): -3163592 or 3717839. OLE color: 3717839.

HSL color Cylindrical-coordinate representation of color #CFBA38: hue angle of 51.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFBA38 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 56 -
CMYK 0 0.10 0.73 0.19
HSL 51.66º 0.61% 0.52% -
HSV(B) 51.66º 0.73% 0.81% -
XYZ 44 48.67 10.82 -
YUV 177.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 207 186 56 0 0.10 0.73 0.19 51.66 0.61 0.52
Hex CF BA 38 0 A 49 13 34 3D 34
Octal 317 272 70 0 12 111 23 64 75 64
Binary 11001111 10111010 111000 0 1010 1001001 10011 110100 111101 110100

Color Harmonies of #CFBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA38

Black with #CFBA38

Text Example


Text Example

White with #CFBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA38; }

 p { color: rgb(207,186,56); }

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

background-color css

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

 a { background-color: rgb(207,186,56); }

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

border-color css

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

 span { border-color: rgb(207,186,56); }

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