Html Css Color HEX #CFB933 Old Gold

📋 copy color: '#CFB933'

red 207 ◦ green 185 ◦ blue 51

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

Shades of Old Gold #CFB933

Tints of Old Gold #CFB933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.51%

R = 46.73%
G = 41.76%
B = 11.51%

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

#CFB933 (or 0xCFB933) is known color: Old Gold. HEX triplet: CF, B9 and 33. RGB value is (207,185,51). Sum of RGB (Red+Green+Blue) = 207+185+51=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB933 is #3046CC. Grayscale: #B0B0B0. Windows color (decimal): -3163853 or 3389903. OLE color: 3389903.

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

Color convert

RGB 207 185 51 -
CMYK 0 0.11 0.75 0.19
HSL 51.54º 0.62% 0.51% -
HSV(B) 51.54º 0.75% 0.81% -
XYZ 43.68 48.2 10.13 -
YUV 176.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 207 185 51 0 0.11 0.75 0.19 51.54 0.62 0.51
Hex CF B9 33 0 B 4B 13 34 3E 33
Octal 317 271 63 0 13 113 23 64 76 63
Binary 11001111 10111001 110011 0 1011 1001011 10011 110100 111110 110011

Color Harmonies of #CFB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB933

Black with #CFB933

Text Example


Text Example

White with #CFB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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