Html Css Color HEX #CFB735 Old Gold

📋 copy color: '#CFB735'

red 207 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #CFB735

Tints of Old Gold #CFB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

 BLUE value IS 53 (21.09% from 255) = 11.96%

R = 46.73%
G = 41.31%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB735 (or 0xCFB735) is known color: Old Gold. HEX triplet: CF, B7 and 35. RGB value is (207,183,53). Sum of RGB (Red+Green+Blue) = 207+183+53=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB735 is #3048CA. Grayscale: #AFAFAF. Windows color (decimal): -3164363 or 3520463. OLE color: 3520463.

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

Color convert

RGB 207 183 53 -
CMYK 0 0.12 0.74 0.19
HSL 50.65º 0.62% 0.51% -
HSV(B) 50.65º 0.74% 0.81% -
XYZ 43.31 47.39 10.23 -
YUV 175.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 207 183 53 0 0.12 0.74 0.19 50.65 0.62 0.51
Hex CF B7 35 0 C 4A 13 33 3E 33
Octal 317 267 65 0 14 112 23 63 76 63
Binary 11001111 10110111 110101 0 1100 1001010 10011 110011 111110 110011

Color Harmonies of #CFB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB735

Black with #CFB735

Text Example


Text Example

White with #CFB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB735; }

 p { color: rgb(207,183,53); }

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

background-color css

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

 a { background-color: rgb(207,183,53); }

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

border-color css

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

 span { border-color: rgb(207,183,53); }

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