Html Css Color HEX #CB7B05 Dark Goldenrod

📋 copy color: '#CB7B05'

red 203 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #CB7B05

Tints of Dark Goldenrod #CB7B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 61.33%
G = 37.16%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB7B05 (or 0xCB7B05) is known color: Dark Goldenrod. HEX triplet: CB, 7B and 05. RGB value is (203,123,5). Sum of RGB (Red+Green+Blue) = 203+123+5=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B05 is #3484FA. Grayscale: #868686. Windows color (decimal): -3441915 or 359371. OLE color: 359371.

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

Color convert

RGB 203 123 5 -
CMYK 0 0.39 0.98 0.20
HSL 35.76º 0.95% 0.41% -
HSV(B) 35.76º 0.98% 0.8% -
XYZ 31.74 26.87 3.66 -
YUV 133.47 55.5 177.59 -
System Red Green Blue C M Y K H S L
Decimal 203 123 5 0 0.39 0.98 0.20 35.76 0.95 0.41
Hex CB 7B 5 0 27 62 14 24 5F 29
Octal 313 173 5 0 47 142 24 44 137 51
Binary 11001011 1111011 101 0 100111 1100010 10100 100100 1011111 101001

Color Harmonies of #CB7B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B05

Black with #CB7B05

Text Example


Text Example

White with #CB7B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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