Html Css Color HEX #CFB32A Metallic Gold

📋 copy color: '#CFB32A'

red 207 ◦ green 179 ◦ blue 42

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

Shades of Metallic Gold #CFB32A

Tints of Metallic Gold #CFB32A

RGB

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

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

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

R = 48.36%
G = 41.82%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB32A (or 0xCFB32A) is known color: Metallic Gold. HEX triplet: CF, B3 and 2A. RGB value is (207,179,42). Sum of RGB (Red+Green+Blue) = 207+179+42=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB32A is #304CD5. Grayscale: #ACACAC. Windows color (decimal): -3165398 or 2798543. OLE color: 2798543.

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

Color convert

RGB 207 179 42 -
CMYK 0 0.14 0.80 0.19
HSL 49.82º 0.66% 0.49% -
HSV(B) 49.82º 0.8% 0.81% -
XYZ 42.27 45.67 8.78 -
YUV 171.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 207 179 42 0 0.14 0.80 0.19 49.82 0.66 0.49
Hex CF B3 2A 0 E 50 13 32 42 31
Octal 317 263 52 0 16 120 23 62 102 61
Binary 11001111 10110011 101010 0 1110 1010000 10011 110010 1000010 110001

Color Harmonies of #CFB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB32A

Black with #CFB32A

Text Example


Text Example

White with #CFB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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