Html Css Color HEX #CFB930 Old Gold

📋 copy color: '#CFB930'

red 207 ◦ green 185 ◦ blue 48

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

Shades of Old Gold #CFB930

Tints of Old Gold #CFB930

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

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

R = 47.05%
G = 42.05%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFB930 (or 0xCFB930) is known color: Old Gold. HEX triplet: CF, B9 and 30. RGB value is (207,185,48). Sum of RGB (Red+Green+Blue) = 207+185+48=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB930 is #3046CF. Grayscale: #B0B0B0. Windows color (decimal): -3163856 or 3193295. OLE color: 3193295.

HSL color Cylindrical-coordinate representation of color #CFB930: hue angle of 51.7º 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 #CFB930 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 48 -
CMYK 0 0.11 0.77 0.19
HSL 51.7º 0.62% 0.5% -
HSV(B) 51.7º 0.77% 0.81% -
XYZ 43.61 48.18 9.8 -
YUV 175.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 207 185 48 0 0.11 0.77 0.19 51.7 0.62 0.5
Hex CF B9 30 0 B 4D 13 34 3E 32
Octal 317 271 60 0 13 115 23 64 76 62
Binary 11001111 10111001 110000 0 1011 1001101 10011 110100 111110 110010

Color Harmonies of #CFB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB930

Black with #CFB930

Text Example


Text Example

White with #CFB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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