Html Css Color HEX #CFB340 Old Gold

📋 copy color: '#CFB340'

red 207 ◦ green 179 ◦ blue 64

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

Shades of Old Gold #CFB340

Tints of Old Gold #CFB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 46%
G = 39.78%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFB340 (or 0xCFB340) is known color: Old Gold. HEX triplet: CF, B3 and 40. RGB value is (207,179,64). Sum of RGB (Red+Green+Blue) = 207+179+64=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB340 is #304CBF. Grayscale: #AEAEAE. Windows color (decimal): -3165376 or 4240335. OLE color: 4240335.

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

Color convert

RGB 207 179 64 -
CMYK 0 0.14 0.69 0.19
HSL 48.25º 0.6% 0.53% -
HSV(B) 48.25º 0.69% 0.81% -
XYZ 42.78 45.88 11.45 -
YUV 174.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 207 179 64 0 0.14 0.69 0.19 48.25 0.6 0.53
Hex CF B3 40 0 E 45 13 30 3C 35
Octal 317 263 100 0 16 105 23 60 74 65
Binary 11001111 10110011 1000000 0 1110 1000101 10011 110000 111100 110101

Color Harmonies of #CFB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB340

Black with #CFB340

Text Example


Text Example

White with #CFB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB340; }

 p { color: rgb(207,179,64); }

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

background-color css

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

 a { background-color: rgb(207,179,64); }

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

border-color css

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

 span { border-color: rgb(207,179,64); }

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