Html Css Color HEX #CE7D02 Dark Goldenrod

📋 copy color: '#CE7D02'

red 206 ◦ green 125 ◦ blue 2

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

Shades of Dark Goldenrod #CE7D02

Tints of Dark Goldenrod #CE7D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

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

R = 61.86%
G = 37.54%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE7D02 (or 0xCE7D02) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 02. RGB value is (206,125,2). Sum of RGB (Red+Green+Blue) = 206+125+2=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D02 is #3182FD. Grayscale: #878787. Windows color (decimal): -3244798 or 163278. OLE color: 163278.

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

Color convert

RGB 206 125 2 -
CMYK 0 0.39 0.99 0.19
HSL 36.18º 0.98% 0.41% -
HSV(B) 36.18º 0.99% 0.81% -
XYZ 32.8 27.79 3.69 -
YUV 135.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 206 125 2 0 0.39 0.99 0.19 36.18 0.98 0.41
Hex CE 7D 2 0 27 63 13 24 62 29
Octal 316 175 2 0 47 143 23 44 142 51
Binary 11001110 1111101 10 0 100111 1100011 10011 100100 1100010 101001

Color Harmonies of #CE7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D02

Black with #CE7D02

Text Example


Text Example

White with #CE7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D02; }

 p { color: rgb(206,125,2); }

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

background-color css

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

 a { background-color: rgb(206,125,2); }

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

border-color css

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

 span { border-color: rgb(206,125,2); }

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