Html Css Color HEX #CD8B02 Dark Goldenrod

📋 copy color: '#CD8B02'

red 205 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #CD8B02

Tints of Dark Goldenrod #CD8B02

RGB

 RED value IS 205 (80.47% from 255) = 59.25%

 GREEN value IS 139 (54.69% from 255) = 40.17%

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

R = 59.25%
G = 40.17%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD8B02 (or 0xCD8B02) is known color: Dark Goldenrod. HEX triplet: CD, 8B and 02. RGB value is (205,139,2). Sum of RGB (Red+Green+Blue) = 205+139+2=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8B02 is #3274FD. Grayscale: #8F8F8F. Windows color (decimal): -3306750 or 166861. OLE color: 166861.

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

Color convert

RGB 205 139 2 -
CMYK 0 0.32 0.99 0.20
HSL 40.49º 0.98% 0.41% -
HSV(B) 40.49º 0.99% 0.8% -
XYZ 34.42 31.45 4.31 -
YUV 143.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 205 139 2 0 0.32 0.99 0.20 40.49 0.98 0.41
Hex CD 8B 2 0 20 63 14 28 62 29
Octal 315 213 2 0 40 143 24 50 142 51
Binary 11001101 10001011 10 0 100000 1100011 10100 101000 1100010 101001

Color Harmonies of #CD8B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B02

Black with #CD8B02

Text Example


Text Example

White with #CD8B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B02; }

 p { color: rgb(205,139,2); }

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

background-color css

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

 a { background-color: rgb(205,139,2); }

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

border-color css

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

 span { border-color: rgb(205,139,2); }

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