Html Css Color HEX #CFB834 Old Gold

📋 copy color: '#CFB834'

red 207 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #CFB834

Tints of Old Gold #CFB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

 BLUE value IS 52 (20.7% from 255) = 11.74%

R = 46.73%
G = 41.53%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB834 (or 0xCFB834) is known color: Old Gold. HEX triplet: CF, B8 and 34. RGB value is (207,184,52). Sum of RGB (Red+Green+Blue) = 207+184+52=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB834 is #3047CB. Grayscale: #B0B0B0. Windows color (decimal): -3164108 or 3455183. OLE color: 3455183.

HSL color Cylindrical-coordinate representation of color #CFB834: hue angle of 51.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFB834 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 52 -
CMYK 0 0.11 0.75 0.19
HSL 51.1º 0.62% 0.51% -
HSV(B) 51.1º 0.75% 0.81% -
XYZ 43.49 47.79 10.18 -
YUV 175.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 207 184 52 0 0.11 0.75 0.19 51.1 0.62 0.51
Hex CF B8 34 0 B 4B 13 33 3E 33
Octal 317 270 64 0 13 113 23 63 76 63
Binary 11001111 10111000 110100 0 1011 1001011 10011 110011 111110 110011

Color Harmonies of #CFB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB834

Black with #CFB834

Text Example


Text Example

White with #CFB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB834; }

 p { color: rgb(207,184,52); }

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

background-color css

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

 a { background-color: rgb(207,184,52); }

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

border-color css

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

 span { border-color: rgb(207,184,52); }

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