Html Css Color HEX #C89402 Dark Goldenrod

📋 copy color: '#C89402'

red 200 ◦ green 148 ◦ blue 2

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

Shades of Dark Goldenrod #C89402

Tints of Dark Goldenrod #C89402

RGB

 RED value IS 200 (78.52% from 255) = 57.14%

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 57.14%
G = 42.29%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C89402 (or 0xC89402) is known color: Dark Goldenrod. HEX triplet: C8, 94 and 02. RGB value is (200,148,2). Sum of RGB (Red+Green+Blue) = 200+148+2=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C89402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89402 is #376BFD. Grayscale: #939393. Windows color (decimal): -3632126 or 169160. OLE color: 169160.

HSL color Cylindrical-coordinate representation of color #C89402: hue angle of 44.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 2 -
CMYK 0 0.26 0.99 0.22
HSL 44.24º 0.98% 0.4% -
HSV(B) 44.24º 0.99% 0.78% -
XYZ 34.42 33.46 4.7 -
YUV 146.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 200 148 2 0 0.26 0.99 0.22 44.24 0.98 0.4
Hex C8 94 2 0 1A 63 16 2C 62 28
Octal 310 224 2 0 32 143 26 54 142 50
Binary 11001000 10010100 10 0 11010 1100011 10110 101100 1100010 101000

Color Harmonies of #C89402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89402

Black with #C89402

Text Example


Text Example

White with #C89402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89402; }

 p { color: rgb(200,148,2); }

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

background-color css

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

 a { background-color: rgb(200,148,2); }

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

border-color css

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

 span { border-color: rgb(200,148,2); }

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