Html Css Color HEX #CC920F Buddha Gold

📋 copy color: '#CC920F'

red 204 ◦ green 146 ◦ blue 15

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

Shades of Buddha Gold #CC920F

Tints of Buddha Gold #CC920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 55.89%
G = 40%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC920F (or 0xCC920F) is known color: Buddha Gold. HEX triplet: CC, 92 and 0F. RGB value is (204,146,15). Sum of RGB (Red+Green+Blue) = 204+146+15=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC920F is #336DF0. Grayscale: #949494. Windows color (decimal): -3370481 or 1020620. OLE color: 1020620.

HSL color Cylindrical-coordinate representation of color #CC920F: hue angle of 41.59º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC920F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 15 -
CMYK 0 0.28 0.93 0.2
HSL 41.59º 0.86% 0.43% -
HSV(B) 41.59º 0.93% 0.8% -
XYZ 35.27 33.43 5.05 -
YUV 148.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 204 146 15 0 0.28 0.93 0.2 41.59 0.86 0.43
Hex CC 92 F 0 1C 5D 14 2A 56 2B
Octal 314 222 17 0 34 135 24 52 126 53
Binary 11001100 10010010 1111 0 11100 1011101 10100 101010 1010110 101011

Color Harmonies of #CC920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC920F

Black with #CC920F

Text Example


Text Example

White with #CC920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC920F; }

 p { color: rgb(204,146,15); }

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

background-color css

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

 a { background-color: rgb(204,146,15); }

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

border-color css

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

 span { border-color: rgb(204,146,15); }

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