Html Css Color HEX #CFB441 Old Gold

📋 copy color: '#CFB441'

red 207 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #CFB441

Tints of Old Gold #CFB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 45.8%
G = 39.82%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFB441 (or 0xCFB441) is known color: Old Gold. HEX triplet: CF, B4 and 41. RGB value is (207,180,65). Sum of RGB (Red+Green+Blue) = 207+180+65=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB441 is #304BBE. Grayscale: #AFAFAF. Windows color (decimal): -3165119 or 4306127. OLE color: 4306127.

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

Color convert

RGB 207 180 65 -
CMYK 0 0.13 0.69 0.19
HSL 48.59º 0.6% 0.53% -
HSV(B) 48.59º 0.69% 0.81% -
XYZ 43.01 46.29 11.67 -
YUV 174.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 207 180 65 0 0.13 0.69 0.19 48.59 0.6 0.53
Hex CF B4 41 0 D 45 13 31 3C 35
Octal 317 264 101 0 15 105 23 61 74 65
Binary 11001111 10110100 1000001 0 1101 1000101 10011 110001 111100 110101

Color Harmonies of #CFB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB441

Black with #CFB441

Text Example


Text Example

White with #CFB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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