Html Css Color HEX #CB9507 Dark Goldenrod

📋 copy color: '#CB9507'

red 203 ◦ green 149 ◦ blue 7

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

Shades of Dark Goldenrod #CB9507

Tints of Dark Goldenrod #CB9507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

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

R = 56.55%
G = 41.5%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB9507 (or 0xCB9507) is known color: Dark Goldenrod. HEX triplet: CB, 95 and 07. RGB value is (203,149,7). Sum of RGB (Red+Green+Blue) = 203+149+7=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9507 is #346AF8. Grayscale: #959595. Windows color (decimal): -3435257 or 497099. OLE color: 497099.

HSL color Cylindrical-coordinate representation of color #CB9507: hue angle of 43.47º 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 #CB9507 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 7 -
CMYK 0 0.27 0.97 0.20
HSL 43.47º 0.93% 0.41% -
HSV(B) 43.47º 0.97% 0.8% -
XYZ 35.41 34.21 4.94 -
YUV 148.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 203 149 7 0 0.27 0.97 0.20 43.47 0.93 0.41
Hex CB 95 7 0 1B 61 14 2B 5D 29
Octal 313 225 7 0 33 141 24 53 135 51
Binary 11001011 10010101 111 0 11011 1100001 10100 101011 1011101 101001

Color Harmonies of #CB9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9507

Black with #CB9507

Text Example


Text Example

White with #CB9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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