Html Css Color HEX #CFB92A Old Gold

📋 copy color: '#CFB92A'

red 207 ◦ green 185 ◦ blue 42

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

Shades of Old Gold #CFB92A

Tints of Old Gold #CFB92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.68%

R = 47.7%
G = 42.63%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB92A (or 0xCFB92A) is known color: Old Gold. HEX triplet: CF, B9 and 2A. RGB value is (207,185,42). Sum of RGB (Red+Green+Blue) = 207+185+42=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB92A is #3046D5. Grayscale: #AFAFAF. Windows color (decimal): -3163862 or 2800079. OLE color: 2800079.

HSL color Cylindrical-coordinate representation of color #CFB92A: hue angle of 52º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFB92A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 42 -
CMYK 0 0.11 0.80 0.19
HSL 52º 0.66% 0.49% -
HSV(B) 52º 0.8% 0.81% -
XYZ 43.5 48.13 9.19 -
YUV 175.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 207 185 42 0 0.11 0.80 0.19 52 0.66 0.49
Hex CF B9 2A 0 B 50 13 34 42 31
Octal 317 271 52 0 13 120 23 64 102 61
Binary 11001111 10111001 101010 0 1011 1010000 10011 110100 1000010 110001

Color Harmonies of #CFB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB92A

Black with #CFB92A

Text Example


Text Example

White with #CFB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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