Html Css Color HEX #CFB538 Old Gold

📋 copy color: '#CFB538'

red 207 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #CFB538

Tints of Old Gold #CFB538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

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

R = 46.62%
G = 40.77%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB538 (or 0xCFB538) is known color: Old Gold. HEX triplet: CF, B5 and 38. RGB value is (207,181,56). Sum of RGB (Red+Green+Blue) = 207+181+56=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB538 is #304AC7. Grayscale: #AFAFAF. Windows color (decimal): -3164872 or 3716559. OLE color: 3716559.

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

Color convert

RGB 207 181 56 -
CMYK 0 0.13 0.73 0.19
HSL 49.67º 0.61% 0.52% -
HSV(B) 49.67º 0.73% 0.81% -
XYZ 42.97 46.6 10.47 -
YUV 174.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 207 181 56 0 0.13 0.73 0.19 49.67 0.61 0.52
Hex CF B5 38 0 D 49 13 32 3D 34
Octal 317 265 70 0 15 111 23 62 75 64
Binary 11001111 10110101 111000 0 1101 1001001 10011 110010 111101 110100

Color Harmonies of #CFB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB538

Black with #CFB538

Text Example


Text Example

White with #CFB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB538; }

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

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

background-color css

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

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

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

border-color css

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

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

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