Html Css Color HEX #C38E03 Dark Goldenrod

📋 copy color: '#C38E03'

red 195 ◦ green 142 ◦ blue 3

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

Shades of Dark Goldenrod #C38E03

Tints of Dark Goldenrod #C38E03

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.76%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 57.35%
G = 41.76%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C38E03 (or 0xC38E03) is known color: Dark Goldenrod. HEX triplet: C3, 8E and 03. RGB value is (195,142,3). Sum of RGB (Red+Green+Blue) = 195+142+3=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38E03 is #3C71FC. Grayscale: #8E8E8E. Windows color (decimal): -3961341 or 233155. OLE color: 233155.

HSL color Cylindrical-coordinate representation of color #C38E03: hue angle of 43.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38E03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 3 -
CMYK 0 0.27 0.98 0.24
HSL 43.44º 0.97% 0.39% -
HSV(B) 43.44º 0.98% 0.76% -
XYZ 32.2 30.95 4.36 -
YUV 142 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 195 142 3 0 0.27 0.98 0.24 43.44 0.97 0.39
Hex C3 8E 3 0 1B 62 18 2B 61 27
Octal 303 216 3 0 33 142 30 53 141 47
Binary 11000011 10001110 11 0 11011 1100010 11000 101011 1100001 100111

Color Harmonies of #C38E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E03

Black with #C38E03

Text Example


Text Example

White with #C38E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E03; }

 p { color: rgb(195,142,3); }

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

background-color css

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

 a { background-color: rgb(195,142,3); }

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

border-color css

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

 span { border-color: rgb(195,142,3); }

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