Html Css Color HEX #CCB427 Metallic Gold

📋 copy color: '#CCB427'

red 204 ◦ green 180 ◦ blue 39

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

Shades of Metallic Gold #CCB427

Tints of Metallic Gold #CCB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.55%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 48.23%
G = 42.55%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCB427 (or 0xCCB427) is known color: Metallic Gold. HEX triplet: CC, B4 and 27. RGB value is (204,180,39). Sum of RGB (Red+Green+Blue) = 204+180+39=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB427 is #334BD8. Grayscale: #ABABAB. Windows color (decimal): -3361753 or 2602188. OLE color: 2602188.

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

Color convert

RGB 204 180 39 -
CMYK 0 0.12 0.81 0.2
HSL 51.27º 0.68% 0.48% -
HSV(B) 51.27º 0.81% 0.8% -
XYZ 41.59 45.63 8.53 -
YUV 171.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 204 180 39 0 0.12 0.81 0.2 51.27 0.68 0.48
Hex CC B4 27 0 C 51 14 33 44 30
Octal 314 264 47 0 14 121 24 63 104 60
Binary 11001100 10110100 100111 0 1100 1010001 10100 110011 1000100 110000

Color Harmonies of #CCB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB427

Black with #CCB427

Text Example


Text Example

White with #CCB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB427; }

 p { color: rgb(204,180,39); }

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

background-color css

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

 a { background-color: rgb(204,180,39); }

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

border-color css

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

 span { border-color: rgb(204,180,39); }

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