Html Css Color HEX #CFB235 Old Gold

📋 copy color: '#CFB235'

red 207 ◦ green 178 ◦ blue 53

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

Shades of Old Gold #CFB235

Tints of Old Gold #CFB235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 47.26%
G = 40.64%
B = 12.1%

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

#CFB235 (or 0xCFB235) is known color: Old Gold. HEX triplet: CF, B2 and 35. RGB value is (207,178,53). Sum of RGB (Red+Green+Blue) = 207+178+53=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB235 is #304DCA. Grayscale: #ACACAC. Windows color (decimal): -3165643 or 3519183. OLE color: 3519183.

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

Color convert

RGB 207 178 53 -
CMYK 0 0.14 0.74 0.19
HSL 48.7º 0.62% 0.51% -
HSV(B) 48.7º 0.74% 0.81% -
XYZ 42.3 45.36 9.89 -
YUV 172.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 207 178 53 0 0.14 0.74 0.19 48.7 0.62 0.51
Hex CF B2 35 0 E 4A 13 31 3E 33
Octal 317 262 65 0 16 112 23 61 76 63
Binary 11001111 10110010 110101 0 1110 1001010 10011 110001 111110 110011

Color Harmonies of #CFB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB235

Black with #CFB235

Text Example


Text Example

White with #CFB235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB235; }

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

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

background-color css

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

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

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

border-color css

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

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

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