Html Css Color HEX #CFB44A Old Gold

📋 copy color: '#CFB44A'

red 207 ◦ green 180 ◦ blue 74

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

Shades of Old Gold #CFB44A

Tints of Old Gold #CFB44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 44.9%
G = 39.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFB44A (or 0xCFB44A) is known color: Old Gold. HEX triplet: CF, B4 and 4A. RGB value is (207,180,74). Sum of RGB (Red+Green+Blue) = 207+180+74=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB44A is #304BB5. Grayscale: #B0B0B0. Windows color (decimal): -3165110 or 4895951. OLE color: 4895951.

HSL color Cylindrical-coordinate representation of color #CFB44A: hue angle of 47.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFB44A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 74 -
CMYK 0 0.13 0.64 0.19
HSL 47.82º 0.58% 0.55% -
HSV(B) 47.82º 0.64% 0.81% -
XYZ 43.29 46.4 13.15 -
YUV 175.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 207 180 74 0 0.13 0.64 0.19 47.82 0.58 0.55
Hex CF B4 4A 0 D 40 13 30 3A 37
Octal 317 264 112 0 15 100 23 60 72 67
Binary 11001111 10110100 1001010 0 1101 1000000 10011 110000 111010 110111

Color Harmonies of #CFB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB44A

Black with #CFB44A

Text Example


Text Example

White with #CFB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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