Html Css Color HEX #C48C0F Dark Goldenrod

📋 copy color: '#C48C0F'

red 196 ◦ green 140 ◦ blue 15

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

Shades of Dark Goldenrod #C48C0F

Tints of Dark Goldenrod #C48C0F

RGB

 RED value IS 196 (76.95% from 255) = 55.84%

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

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

R = 55.84%
G = 39.89%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C48C0F (or 0xC48C0F) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 0F. RGB value is (196,140,15). Sum of RGB (Red+Green+Blue) = 196+140+15=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C0F is #3B73F0. Grayscale: #8F8F8F. Windows color (decimal): -3896305 or 1019076. OLE color: 1019076.

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

Color convert

RGB 196 140 15 -
CMYK 0 0.29 0.92 0.23
HSL 41.44º 0.86% 0.41% -
HSV(B) 41.44º 0.92% 0.77% -
XYZ 32.23 30.53 4.65 -
YUV 142.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 196 140 15 0 0.29 0.92 0.23 41.44 0.86 0.41
Hex C4 8C F 0 1D 5C 17 29 56 29
Octal 304 214 17 0 35 134 27 51 126 51
Binary 11000100 10001100 1111 0 11101 1011100 10111 101001 1010110 101001

Color Harmonies of #C48C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C0F

Black with #C48C0F

Text Example


Text Example

White with #C48C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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