Html Css Color HEX #CFB341 Old Gold

📋 copy color: '#CFB341'

red 207 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #CFB341

Tints of Old Gold #CFB341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 45.9%
G = 39.69%
B = 14.41%

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

#CFB341 (or 0xCFB341) is known color: Old Gold. HEX triplet: CF, B3 and 41. RGB value is (207,179,65). Sum of RGB (Red+Green+Blue) = 207+179+65=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB341 is #304CBE. Grayscale: #AEAEAE. Windows color (decimal): -3165375 or 4305871. OLE color: 4305871.

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

Color convert

RGB 207 179 65 -
CMYK 0 0.14 0.69 0.19
HSL 48.17º 0.6% 0.53% -
HSV(B) 48.17º 0.69% 0.81% -
XYZ 42.81 45.89 11.6 -
YUV 174.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 207 179 65 0 0.14 0.69 0.19 48.17 0.6 0.53
Hex CF B3 41 0 E 45 13 30 3C 35
Octal 317 263 101 0 16 105 23 60 74 65
Binary 11001111 10110011 1000001 0 1110 1000101 10011 110000 111100 110101

Color Harmonies of #CFB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB341

Black with #CFB341

Text Example


Text Example

White with #CFB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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