Html Css Color HEX #CD900B Dark Goldenrod

📋 copy color: '#CD900B'

red 205 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #CD900B

Tints of Dark Goldenrod #CD900B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 56.94%
G = 40%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD900B (or 0xCD900B) is known color: Dark Goldenrod. HEX triplet: CD, 90 and 0B. RGB value is (205,144,11). Sum of RGB (Red+Green+Blue) = 205+144+11=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD900B is #326FF4. Grayscale: #939393. Windows color (decimal): -3305461 or 757965. OLE color: 757965.

HSL color Cylindrical-coordinate representation of color #CD900B: hue angle of 41.13º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD900B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 144 11 -
CMYK 0 0.30 0.95 0.20
HSL 41.13º 0.9% 0.42% -
HSV(B) 41.13º 0.95% 0.8% -
XYZ 35.21 32.95 4.82 -
YUV 147.08 51.21 169.31 -
System Red Green Blue C M Y K H S L
Decimal 205 144 11 0 0.30 0.95 0.20 41.13 0.9 0.42
Hex CD 90 B 0 1E 5F 14 29 5A 2A
Octal 315 220 13 0 36 137 24 51 132 52
Binary 11001101 10010000 1011 0 11110 1011111 10100 101001 1011010 101010

Color Harmonies of #CD900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD900B

Black with #CD900B

Text Example


Text Example

White with #CD900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD900B; }

 p { color: rgb(205,144,11); }

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

background-color css

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

 a { background-color: rgb(205,144,11); }

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

border-color css

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

 span { border-color: rgb(205,144,11); }

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