Html Css Color HEX #C88F01 Dark Goldenrod

📋 copy color: '#C88F01'

red 200 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #C88F01

Tints of Dark Goldenrod #C88F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 58.14%
G = 41.57%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C88F01 (or 0xC88F01) is known color: Dark Goldenrod. HEX triplet: C8, 8F and 01. RGB value is (200,143,1). Sum of RGB (Red+Green+Blue) = 200+143+1=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88F01 is #3770FE. Grayscale: #909090. Windows color (decimal): -3633407 or 102344. OLE color: 102344.

HSL color Cylindrical-coordinate representation of color #C88F01: hue angle of 42.81º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C88F01 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 1 -
CMYK 0 0.28 1.00 0.22
HSL 42.81º 0.99% 0.39% -
HSV(B) 42.81º 1% 0.78% -
XYZ 33.65 31.93 4.42 -
YUV 143.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 200 143 1 0 0.28 1.00 0.22 42.81 0.99 0.39
Hex C8 8F 1 0 1C 64 16 2B 63 27
Octal 310 217 1 0 34 144 26 53 143 47
Binary 11001000 10001111 1 0 11100 1100100 10110 101011 1100011 100111

Color Harmonies of #C88F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F01

Black with #C88F01

Text Example


Text Example

White with #C88F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F01; }

 p { color: rgb(200,143,1); }

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

background-color css

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

 a { background-color: rgb(200,143,1); }

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

border-color css

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

 span { border-color: rgb(200,143,1); }

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