Html Css Color HEX #CCB02D Metallic Gold

📋 copy color: '#CCB02D'

red 204 ◦ green 176 ◦ blue 45

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

Shades of Metallic Gold #CCB02D

Tints of Metallic Gold #CCB02D

RGB

 RED value IS 204 (80.08% from 255) = 48%

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

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

R = 48%
G = 41.41%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCB02D (or 0xCCB02D) is known color: Metallic Gold. HEX triplet: CC, B0 and 2D. RGB value is (204,176,45). Sum of RGB (Red+Green+Blue) = 204+176+45=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB02D is #334FD2. Grayscale: #A9A9A9. Windows color (decimal): -3362771 or 2994380. OLE color: 2994380.

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

Color convert

RGB 204 176 45 -
CMYK 0 0.14 0.78 0.2
HSL 49.43º 0.64% 0.49% -
HSV(B) 49.43º 0.78% 0.8% -
XYZ 40.9 44.08 8.83 -
YUV 169.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 204 176 45 0 0.14 0.78 0.2 49.43 0.64 0.49
Hex CC B0 2D 0 E 4E 14 31 40 31
Octal 314 260 55 0 16 116 24 61 100 61
Binary 11001100 10110000 101101 0 1110 1001110 10100 110001 1000000 110001

Color Harmonies of #CCB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB02D

Black with #CCB02D

Text Example


Text Example

White with #CCB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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