Html Css Color HEX #CFB13B Old Gold

📋 copy color: '#CFB13B'

red 207 ◦ green 177 ◦ blue 59

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

Shades of Old Gold #CFB13B

Tints of Old Gold #CFB13B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.95%

 BLUE value IS 59 (23.44% from 255) = 13.32%

R = 46.73%
G = 39.95%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFB13B (or 0xCFB13B) is known color: Old Gold. HEX triplet: CF, B1 and 3B. RGB value is (207,177,59). Sum of RGB (Red+Green+Blue) = 207+177+59=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB13B is #304EC4. Grayscale: #ADADAD. Windows color (decimal): -3165893 or 3912143. OLE color: 3912143.

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

Color convert

RGB 207 177 59 -
CMYK 0 0.14 0.71 0.19
HSL 47.84º 0.61% 0.52% -
HSV(B) 47.84º 0.71% 0.81% -
XYZ 42.24 45.03 10.6 -
YUV 172.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 207 177 59 0 0.14 0.71 0.19 47.84 0.61 0.52
Hex CF B1 3B 0 E 47 13 30 3D 34
Octal 317 261 73 0 16 107 23 60 75 64
Binary 11001111 10110001 111011 0 1110 1000111 10011 110000 111101 110100

Color Harmonies of #CFB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB13B

Black with #CFB13B

Text Example


Text Example

White with #CFB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB13B; }

 p { color: rgb(207,177,59); }

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

background-color css

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

 a { background-color: rgb(207,177,59); }

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

border-color css

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

 span { border-color: rgb(207,177,59); }

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