Html Css Color HEX #CFB041 Old Gold

📋 copy color: '#CFB041'

red 207 ◦ green 176 ◦ blue 65

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

Shades of Old Gold #CFB041

Tints of Old Gold #CFB041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

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

R = 46.21%
G = 39.29%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFB041 (or 0xCFB041) is known color: Old Gold. HEX triplet: CF, B0 and 41. RGB value is (207,176,65). Sum of RGB (Red+Green+Blue) = 207+176+65=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB041 is #304FBE. Grayscale: #ADADAD. Windows color (decimal): -3166143 or 4305103. OLE color: 4305103.

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

Color convert

RGB 207 176 65 -
CMYK 0 0.15 0.69 0.19
HSL 46.9º 0.6% 0.53% -
HSV(B) 46.9º 0.69% 0.81% -
XYZ 42.21 44.7 11.4 -
YUV 172.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 207 176 65 0 0.15 0.69 0.19 46.9 0.6 0.53
Hex CF B0 41 0 F 45 13 2F 3C 35
Octal 317 260 101 0 17 105 23 57 74 65
Binary 11001111 10110000 1000001 0 1111 1000101 10011 101111 111100 110101

Color Harmonies of #CFB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB041

Black with #CFB041

Text Example


Text Example

White with #CFB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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