Html Css Color HEX #CE830F Dark Goldenrod

📋 copy color: '#CE830F'

red 206 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #CE830F

Tints of Dark Goldenrod #CE830F

RGB

 RED value IS 206 (80.86% from 255) = 58.52%

 GREEN value IS 131 (51.56% from 255) = 37.22%

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

R = 58.52%
G = 37.22%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE830F (or 0xCE830F) is known color: Dark Goldenrod. HEX triplet: CE, 83 and 0F. RGB value is (206,131,15). Sum of RGB (Red+Green+Blue) = 206+131+15=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE830F is #317CF0. Grayscale: #8C8C8C. Windows color (decimal): -3243249 or 1016782. OLE color: 1016782.

HSL color Cylindrical-coordinate representation of color #CE830F: hue angle of 36.44º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE830F is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 15 -
CMYK 0 0.36 0.93 0.19
HSL 36.44º 0.86% 0.43% -
HSV(B) 36.44º 0.93% 0.81% -
XYZ 33.66 29.39 4.35 -
YUV 140.2 57.35 174.93 -
System Red Green Blue C M Y K H S L
Decimal 206 131 15 0 0.36 0.93 0.19 36.44 0.86 0.43
Hex CE 83 F 0 24 5D 13 24 56 2B
Octal 316 203 17 0 44 135 23 44 126 53
Binary 11001110 10000011 1111 0 100100 1011101 10011 100100 1010110 101011

Color Harmonies of #CE830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE830F

Black with #CE830F

Text Example


Text Example

White with #CE830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE830F; }

 p { color: rgb(206,131,15); }

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

background-color css

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

 a { background-color: rgb(206,131,15); }

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

border-color css

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

 span { border-color: rgb(206,131,15); }

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