Html Css Color HEX #CFB02D Metallic Gold

📋 copy color: '#CFB02D'

red 207 ◦ green 176 ◦ blue 45

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

Shades of Metallic Gold #CFB02D

Tints of Metallic Gold #CFB02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.12%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 48.36%
G = 41.12%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFB02D (or 0xCFB02D) is known color: Metallic Gold. HEX triplet: CF, B0 and 2D. RGB value is (207,176,45). Sum of RGB (Red+Green+Blue) = 207+176+45=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB02D is #304FD2. Grayscale: #AAAAAA. Windows color (decimal): -3166163 or 2994383. OLE color: 2994383.

HSL color Cylindrical-coordinate representation of color #CFB02D: hue angle of 48.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB02D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 45 -
CMYK 0 0.15 0.78 0.19
HSL 48.52º 0.64% 0.49% -
HSV(B) 48.52º 0.78% 0.81% -
XYZ 41.73 44.51 8.87 -
YUV 170.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 207 176 45 0 0.15 0.78 0.19 48.52 0.64 0.49
Hex CF B0 2D 0 F 4E 13 31 40 31
Octal 317 260 55 0 17 116 23 61 100 61
Binary 11001111 10110000 101101 0 1111 1001110 10011 110001 1000000 110001

Color Harmonies of #CFB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB02D

Black with #CFB02D

Text Example


Text Example

White with #CFB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB02D; }

 p { color: rgb(207,176,45); }

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

background-color css

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

 a { background-color: rgb(207,176,45); }

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

border-color css

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

 span { border-color: rgb(207,176,45); }

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