Html Css Color HEX #CB7B07 Dark Goldenrod

📋 copy color: '#CB7B07'

red 203 ◦ green 123 ◦ blue 7

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

Shades of Dark Goldenrod #CB7B07

Tints of Dark Goldenrod #CB7B07

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

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

R = 60.96%
G = 36.94%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB7B07 (or 0xCB7B07) is known color: Dark Goldenrod. HEX triplet: CB, 7B and 07. RGB value is (203,123,7). Sum of RGB (Red+Green+Blue) = 203+123+7=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B07 is #3484F8. Grayscale: #868686. Windows color (decimal): -3441913 or 490443. OLE color: 490443.

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

Color convert

RGB 203 123 7 -
CMYK 0 0.39 0.97 0.20
HSL 35.51º 0.93% 0.41% -
HSV(B) 35.51º 0.97% 0.8% -
XYZ 31.75 26.88 3.72 -
YUV 133.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 203 123 7 0 0.39 0.97 0.20 35.51 0.93 0.41
Hex CB 7B 7 0 27 61 14 24 5D 29
Octal 313 173 7 0 47 141 24 44 135 51
Binary 11001011 1111011 111 0 100111 1100001 10100 100100 1011101 101001

Color Harmonies of #CB7B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B07

Black with #CB7B07

Text Example


Text Example

White with #CB7B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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