Html Css Color HEX #CB9007 Dark Goldenrod

📋 copy color: '#CB9007'

red 203 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #CB9007

Tints of Dark Goldenrod #CB9007

RGB

 RED value IS 203 (79.69% from 255) = 57.34%

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

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 57.34%
G = 40.68%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB9007 (or 0xCB9007) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 07. RGB value is (203,144,7). Sum of RGB (Red+Green+Blue) = 203+144+7=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9007 is #346FF8. Grayscale: #929292. Windows color (decimal): -3436537 or 495819. OLE color: 495819.

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

Color convert

RGB 203 144 7 -
CMYK 0 0.29 0.97 0.20
HSL 41.94º 0.93% 0.41% -
HSV(B) 41.94º 0.97% 0.8% -
XYZ 34.64 32.66 4.68 -
YUV 146.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 203 144 7 0 0.29 0.97 0.20 41.94 0.93 0.41
Hex CB 90 7 0 1D 61 14 2A 5D 29
Octal 313 220 7 0 35 141 24 52 135 51
Binary 11001011 10010000 111 0 11101 1100001 10100 101010 1011101 101001

Color Harmonies of #CB9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9007

Black with #CB9007

Text Example


Text Example

White with #CB9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9007; }

 p { color: rgb(203,144,7); }

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

background-color css

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

 a { background-color: rgb(203,144,7); }

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

border-color css

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

 span { border-color: rgb(203,144,7); }

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