Html Css Color HEX #CFB645 Old Gold

📋 copy color: '#CFB645'

red 207 ◦ green 182 ◦ blue 69

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

Shades of Old Gold #CFB645

Tints of Old Gold #CFB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 45.2%
G = 39.74%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB645 (or 0xCFB645) is known color: Old Gold. HEX triplet: CF, B6 and 45. RGB value is (207,182,69). Sum of RGB (Red+Green+Blue) = 207+182+69=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB645 is #3049BA. Grayscale: #B1B1B1. Windows color (decimal): -3164603 or 4568783. OLE color: 4568783.

HSL color Cylindrical-coordinate representation of color #CFB645: hue angle of 49.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFB645 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 69 -
CMYK 0 0.12 0.67 0.19
HSL 49.13º 0.59% 0.54% -
HSV(B) 49.13º 0.67% 0.81% -
XYZ 43.53 47.15 12.44 -
YUV 176.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 207 182 69 0 0.12 0.67 0.19 49.13 0.59 0.54
Hex CF B6 45 0 C 43 13 31 3B 36
Octal 317 266 105 0 14 103 23 61 73 66
Binary 11001111 10110110 1000101 0 1100 1000011 10011 110001 111011 110110

Color Harmonies of #CFB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB645

Black with #CFB645

Text Example


Text Example

White with #CFB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB645; }

 p { color: rgb(207,182,69); }

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

background-color css

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

 a { background-color: rgb(207,182,69); }

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

border-color css

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

 span { border-color: rgb(207,182,69); }

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