Html Css Color HEX #CFB730 Old Gold

📋 copy color: '#CFB730'

red 207 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #CFB730

Tints of Old Gold #CFB730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.96%

R = 47.26%
G = 41.78%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFB730 (or 0xCFB730) is known color: Old Gold. HEX triplet: CF, B7 and 30. RGB value is (207,183,48). Sum of RGB (Red+Green+Blue) = 207+183+48=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB730 is #3048CF. Grayscale: #AFAFAF. Windows color (decimal): -3164368 or 3192783. OLE color: 3192783.

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

Color convert

RGB 207 183 48 -
CMYK 0 0.12 0.77 0.19
HSL 50.94º 0.62% 0.5% -
HSV(B) 50.94º 0.77% 0.81% -
XYZ 43.2 47.35 9.66 -
YUV 174.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 207 183 48 0 0.12 0.77 0.19 50.94 0.62 0.5
Hex CF B7 30 0 C 4D 13 33 3E 32
Octal 317 267 60 0 14 115 23 63 76 62
Binary 11001111 10110111 110000 0 1100 1001101 10011 110011 111110 110010

Color Harmonies of #CFB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB730

Black with #CFB730

Text Example


Text Example

White with #CFB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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