Html Css Color HEX #CFB935 Old Gold

📋 copy color: '#CFB935'

red 207 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #CFB935

Tints of Old Gold #CFB935

RGB

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

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

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

R = 46.52%
G = 41.57%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB935 (or 0xCFB935) is known color: Old Gold. HEX triplet: CF, B9 and 35. RGB value is (207,185,53). Sum of RGB (Red+Green+Blue) = 207+185+53=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB935 is #3046CA. Grayscale: #B1B1B1. Windows color (decimal): -3163851 or 3520975. OLE color: 3520975.

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

Color convert

RGB 207 185 53 -
CMYK 0 0.11 0.74 0.19
HSL 51.43º 0.62% 0.51% -
HSV(B) 51.43º 0.74% 0.81% -
XYZ 43.72 48.22 10.37 -
YUV 176.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 207 185 53 0 0.11 0.74 0.19 51.43 0.62 0.51
Hex CF B9 35 0 B 4A 13 33 3E 33
Octal 317 271 65 0 13 112 23 63 76 63
Binary 11001111 10111001 110101 0 1011 1001010 10011 110011 111110 110011

Color Harmonies of #CFB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB935

Black with #CFB935

Text Example


Text Example

White with #CFB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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