Html Css Color HEX #CFB228 Metallic Gold

📋 copy color: '#CFB228'

red 207 ◦ green 178 ◦ blue 40

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

Shades of Metallic Gold #CFB228

Tints of Metallic Gold #CFB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.41%

R = 48.71%
G = 41.88%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFB228 (or 0xCFB228) is known color: Metallic Gold. HEX triplet: CF, B2 and 28. RGB value is (207,178,40). Sum of RGB (Red+Green+Blue) = 207+178+40=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB228 is #304DD7. Grayscale: #ABABAB. Windows color (decimal): -3165656 or 2667215. OLE color: 2667215.

HSL color Cylindrical-coordinate representation of color #CFB228: hue angle of 49.58º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFB228 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 40 -
CMYK 0 0.14 0.81 0.19
HSL 49.58º 0.68% 0.48% -
HSV(B) 49.58º 0.81% 0.81% -
XYZ 42.04 45.26 8.53 -
YUV 170.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 207 178 40 0 0.14 0.81 0.19 49.58 0.68 0.48
Hex CF B2 28 0 E 51 13 32 44 30
Octal 317 262 50 0 16 121 23 62 104 60
Binary 11001111 10110010 101000 0 1110 1010001 10011 110010 1000100 110000

Color Harmonies of #CFB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB228

Black with #CFB228

Text Example


Text Example

White with #CFB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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