Html Css Color HEX #CFB443 Old Gold

📋 copy color: '#CFB443'

red 207 ◦ green 180 ◦ blue 67

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

Shades of Old Gold #CFB443

Tints of Old Gold #CFB443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.76%

R = 45.59%
G = 39.65%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB443 (or 0xCFB443) is known color: Old Gold. HEX triplet: CF, B4 and 43. RGB value is (207,180,67). Sum of RGB (Red+Green+Blue) = 207+180+67=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB443 is #304BBC. Grayscale: #AFAFAF. Windows color (decimal): -3165117 or 4437199. OLE color: 4437199.

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

Color convert

RGB 207 180 67 -
CMYK 0 0.13 0.68 0.19
HSL 48.43º 0.59% 0.54% -
HSV(B) 48.43º 0.68% 0.81% -
XYZ 43.07 46.31 11.98 -
YUV 175.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 207 180 67 0 0.13 0.68 0.19 48.43 0.59 0.54
Hex CF B4 43 0 D 44 13 30 3B 36
Octal 317 264 103 0 15 104 23 60 73 66
Binary 11001111 10110100 1000011 0 1101 1000100 10011 110000 111011 110110

Color Harmonies of #CFB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB443

Black with #CFB443

Text Example


Text Example

White with #CFB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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