Html Css Color HEX #C67D33 Golden Bell

📋 copy color: '#C67D33'

red 198 ◦ green 125 ◦ blue 51

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

Shades of Golden Bell #C67D33

Tints of Golden Bell #C67D33

RGB

 RED value IS 198 (77.73% from 255) = 52.94%

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 52.94%
G = 33.42%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C67D33 (or 0xC67D33) is known color: Golden Bell. HEX triplet: C6, 7D and 33. RGB value is (198,125,51). Sum of RGB (Red+Green+Blue) = 198+125+51=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D33 is #3982CC. Grayscale: #8A8A8A. Windows color (decimal): -3769037 or 3374534. OLE color: 3374534.

HSL color Cylindrical-coordinate representation of color #C67D33: hue angle of 30.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C67D33 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 125 51 -
CMYK 0 0.37 0.74 0.22
HSL 30.2º 0.59% 0.49% -
HSV(B) 30.2º 0.74% 0.78% -
XYZ 31.22 26.91 6.68 -
YUV 138.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 198 125 51 0 0.37 0.74 0.22 30.2 0.59 0.49
Hex C6 7D 33 0 25 4A 16 1E 3B 31
Octal 306 175 63 0 45 112 26 36 73 61
Binary 11000110 1111101 110011 0 100101 1001010 10110 11110 111011 110001

Color Harmonies of #C67D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67D33

Black with #C67D33

Text Example


Text Example

White with #C67D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67D33; }

 p { color: rgb(198,125,51); }

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

background-color css

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

 a { background-color: rgb(198,125,51); }

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

border-color css

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

 span { border-color: rgb(198,125,51); }

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