Html Css Color HEX #C48A02 Dark Goldenrod

📋 copy color: '#C48A02'

red 196 ◦ green 138 ◦ blue 2

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

Shades of Dark Goldenrod #C48A02

Tints of Dark Goldenrod #C48A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 58.33%
G = 41.07%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48A02 (or 0xC48A02) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 02. RGB value is (196,138,2). Sum of RGB (Red+Green+Blue) = 196+138+2=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A02 is #3B75FD. Grayscale: #8C8C8C. Windows color (decimal): -3896830 or 166596. OLE color: 166596.

HSL color Cylindrical-coordinate representation of color #C48A02: hue angle of 42.06º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C48A02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 2 -
CMYK 0 0.30 0.99 0.23
HSL 42.06º 0.98% 0.39% -
HSV(B) 42.06º 0.99% 0.77% -
XYZ 31.86 29.92 4.15 -
YUV 139.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 196 138 2 0 0.30 0.99 0.23 42.06 0.98 0.39
Hex C4 8A 2 0 1E 63 17 2A 62 27
Octal 304 212 2 0 36 143 27 52 142 47
Binary 11000100 10001010 10 0 11110 1100011 10111 101010 1100010 100111

Color Harmonies of #C48A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A02

Black with #C48A02

Text Example


Text Example

White with #C48A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A02; }

 p { color: rgb(196,138,2); }

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

background-color css

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

 a { background-color: rgb(196,138,2); }

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

border-color css

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

 span { border-color: rgb(196,138,2); }

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