Html Css Color HEX #C68309 Dark Goldenrod

📋 copy color: '#C68309'

red 198 ◦ green 131 ◦ blue 9

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

Shades of Dark Goldenrod #C68309

Tints of Dark Goldenrod #C68309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 9 (3.91% from 255) = 2.66%

R = 58.58%
G = 38.76%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C68309 (or 0xC68309) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 09. RGB value is (198,131,9). Sum of RGB (Red+Green+Blue) = 198+131+9=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C68309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68309 is #397CF6. Grayscale: #898989. Windows color (decimal): -3767543 or 623558. OLE color: 623558.

HSL color Cylindrical-coordinate representation of color #C68309: hue angle of 38.73º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C68309 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 9 -
CMYK 0 0.34 0.95 0.22
HSL 38.73º 0.91% 0.41% -
HSV(B) 38.73º 0.95% 0.78% -
XYZ 31.45 28.26 4.05 -
YUV 137.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 198 131 9 0 0.34 0.95 0.22 38.73 0.91 0.41
Hex C6 83 9 0 22 5F 16 27 5B 29
Octal 306 203 11 0 42 137 26 47 133 51
Binary 11000110 10000011 1001 0 100010 1011111 10110 100111 1011011 101001

Color Harmonies of #C68309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68309

Black with #C68309

Text Example


Text Example

White with #C68309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68309; }

 p { color: rgb(198,131,9); }

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

background-color css

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

 a { background-color: rgb(198,131,9); }

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

border-color css

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

 span { border-color: rgb(198,131,9); }

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