Html Css Color HEX #CE7B05 Dark Goldenrod

📋 copy color: '#CE7B05'

red 206 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #CE7B05

Tints of Dark Goldenrod #CE7B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 61.68%
G = 36.83%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7B05 (or 0xCE7B05) is known color: Dark Goldenrod. HEX triplet: CE, 7B and 05. RGB value is (206,123,5). Sum of RGB (Red+Green+Blue) = 206+123+5=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B05 is #3184FA. Grayscale: #868686. Windows color (decimal): -3245307 or 359374. OLE color: 359374.

HSL color Cylindrical-coordinate representation of color #CE7B05: hue angle of 35.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE7B05 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 5 -
CMYK 0 0.40 0.98 0.19
HSL 35.22º 0.95% 0.41% -
HSV(B) 35.22º 0.98% 0.81% -
XYZ 32.56 27.3 3.7 -
YUV 134.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 206 123 5 0 0.40 0.98 0.19 35.22 0.95 0.41
Hex CE 7B 5 0 28 62 13 23 5F 29
Octal 316 173 5 0 50 142 23 43 137 51
Binary 11001110 1111011 101 0 101000 1100010 10011 100011 1011111 101001

Color Harmonies of #CE7B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B05

Black with #CE7B05

Text Example


Text Example

White with #CE7B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B05; }

 p { color: rgb(206,123,5); }

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

background-color css

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

 a { background-color: rgb(206,123,5); }

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

border-color css

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

 span { border-color: rgb(206,123,5); }

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