Html Css Color HEX #CFB33A Old Gold

📋 copy color: '#CFB33A'

red 207 ◦ green 179 ◦ blue 58

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

Shades of Old Gold #CFB33A

Tints of Old Gold #CFB33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

 BLUE value IS 58 (23.05% from 255) = 13.06%

R = 46.62%
G = 40.32%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFB33A (or 0xCFB33A) is known color: Old Gold. HEX triplet: CF, B3 and 3A. RGB value is (207,179,58). Sum of RGB (Red+Green+Blue) = 207+179+58=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB33A is #304CC5. Grayscale: #AEAEAE. Windows color (decimal): -3165382 or 3847119. OLE color: 3847119.

HSL color Cylindrical-coordinate representation of color #CFB33A: hue angle of 48.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFB33A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 58 -
CMYK 0 0.14 0.72 0.19
HSL 48.72º 0.61% 0.52% -
HSV(B) 48.72º 0.72% 0.81% -
XYZ 42.62 45.81 10.6 -
YUV 173.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 207 179 58 0 0.14 0.72 0.19 48.72 0.61 0.52
Hex CF B3 3A 0 E 48 13 31 3D 34
Octal 317 263 72 0 16 110 23 61 75 64
Binary 11001111 10110011 111010 0 1110 1001000 10011 110001 111101 110100

Color Harmonies of #CFB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB33A

Black with #CFB33A

Text Example


Text Example

White with #CFB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB33A; }

 p { color: rgb(207,179,58); }

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

background-color css

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

 a { background-color: rgb(207,179,58); }

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

border-color css

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

 span { border-color: rgb(207,179,58); }

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