Html Css Color HEX #CFB440 Old Gold

📋 copy color: '#CFB440'

red 207 ◦ green 180 ◦ blue 64

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

Shades of Old Gold #CFB440

Tints of Old Gold #CFB440

RGB

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

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

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

R = 45.9%
G = 39.91%
B = 14.19%

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

#CFB440 (or 0xCFB440) is known color: Old Gold. HEX triplet: CF, B4 and 40. RGB value is (207,180,64). Sum of RGB (Red+Green+Blue) = 207+180+64=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB440 is #304BBF. Grayscale: #AFAFAF. Windows color (decimal): -3165120 or 4240591. OLE color: 4240591.

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

Color convert

RGB 207 180 64 -
CMYK 0 0.13 0.69 0.19
HSL 48.67º 0.6% 0.53% -
HSV(B) 48.67º 0.69% 0.81% -
XYZ 42.98 46.28 11.52 -
YUV 174.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 207 180 64 0 0.13 0.69 0.19 48.67 0.6 0.53
Hex CF B4 40 0 D 45 13 31 3C 35
Octal 317 264 100 0 15 105 23 61 74 65
Binary 11001111 10110100 1000000 0 1101 1000101 10011 110001 111100 110101

Color Harmonies of #CFB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB440

Black with #CFB440

Text Example


Text Example

White with #CFB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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