Html Css Color HEX #C38C0F Dark Goldenrod

📋 copy color: '#C38C0F'

red 195 ◦ green 140 ◦ blue 15

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

Shades of Dark Goldenrod #C38C0F

Tints of Dark Goldenrod #C38C0F

RGB

 RED value IS 195 (76.56% from 255) = 55.71%

 GREEN value IS 140 (55.08% from 255) = 40%

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

R = 55.71%
G = 40%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C38C0F (or 0xC38C0F) is known color: Dark Goldenrod. HEX triplet: C3, 8C and 0F. RGB value is (195,140,15). Sum of RGB (Red+Green+Blue) = 195+140+15=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C0F is #3C73F0. Grayscale: #8E8E8E. Windows color (decimal): -3961841 or 1019075. OLE color: 1019075.

HSL color Cylindrical-coordinate representation of color #C38C0F: hue angle of 41.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C38C0F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 140 15 -
CMYK 0 0.28 0.92 0.24
HSL 41.67º 0.86% 0.41% -
HSV(B) 41.67º 0.92% 0.76% -
XYZ 31.97 30.39 4.63 -
YUV 142.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 195 140 15 0 0.28 0.92 0.24 41.67 0.86 0.41
Hex C3 8C F 0 1C 5C 18 2A 56 29
Octal 303 214 17 0 34 134 30 52 126 51
Binary 11000011 10001100 1111 0 11100 1011100 11000 101010 1010110 101001

Color Harmonies of #C38C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C0F

Black with #C38C0F

Text Example


Text Example

White with #C38C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C0F; }

 p { color: rgb(195,140,15); }

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

background-color css

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

 a { background-color: rgb(195,140,15); }

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

border-color css

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

 span { border-color: rgb(195,140,15); }

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