Html Css Color HEX #CFB840 Old Gold

📋 copy color: '#CFB840'

red 207 ◦ green 184 ◦ blue 64

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

Shades of Old Gold #CFB840

Tints of Old Gold #CFB840

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 45.49%
G = 40.44%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFB840 (or 0xCFB840) is known color: Old Gold. HEX triplet: CF, B8 and 40. RGB value is (207,184,64). Sum of RGB (Red+Green+Blue) = 207+184+64=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB840 is #3047BF. Grayscale: #B1B1B1. Windows color (decimal): -3164096 or 4241615. OLE color: 4241615.

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

Color convert

RGB 207 184 64 -
CMYK 0 0.11 0.69 0.19
HSL 50.35º 0.6% 0.53% -
HSV(B) 50.35º 0.69% 0.81% -
XYZ 43.8 47.92 11.79 -
YUV 177.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 207 184 64 0 0.11 0.69 0.19 50.35 0.6 0.53
Hex CF B8 40 0 B 45 13 32 3C 35
Octal 317 270 100 0 13 105 23 62 74 65
Binary 11001111 10111000 1000000 0 1011 1000101 10011 110010 111100 110101

Color Harmonies of #CFB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB840

Black with #CFB840

Text Example


Text Example

White with #CFB840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB840; }

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

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

background-color css

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

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

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

border-color css

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

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

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