Html Css Color HEX #CFB335 Old Gold

📋 copy color: '#CFB335'

red 207 ◦ green 179 ◦ blue 53

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

Shades of Old Gold #CFB335

Tints of Old Gold #CFB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 47.15%
G = 40.77%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB335 (or 0xCFB335) is known color: Old Gold. HEX triplet: CF, B3 and 35. RGB value is (207,179,53). Sum of RGB (Red+Green+Blue) = 207+179+53=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB335 is #304CCA. Grayscale: #ADADAD. Windows color (decimal): -3165387 or 3519439. OLE color: 3519439.

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

Color convert

RGB 207 179 53 -
CMYK 0 0.14 0.74 0.19
HSL 49.09º 0.62% 0.51% -
HSV(B) 49.09º 0.74% 0.81% -
XYZ 42.49 45.76 9.96 -
YUV 173.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 207 179 53 0 0.14 0.74 0.19 49.09 0.62 0.51
Hex CF B3 35 0 E 4A 13 31 3E 33
Octal 317 263 65 0 16 112 23 61 76 63
Binary 11001111 10110011 110101 0 1110 1001010 10011 110001 111110 110011

Color Harmonies of #CFB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB335

Black with #CFB335

Text Example


Text Example

White with #CFB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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