Html Css Color HEX #CB7B02 Dark Goldenrod

📋 copy color: '#CB7B02'

red 203 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #CB7B02

Tints of Dark Goldenrod #CB7B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 61.89%
G = 37.5%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB7B02 (or 0xCB7B02) is known color: Dark Goldenrod. HEX triplet: CB, 7B and 02. RGB value is (203,123,2). Sum of RGB (Red+Green+Blue) = 203+123+2=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B02 is #3484FD. Grayscale: #858585. Windows color (decimal): -3441918 or 162763. OLE color: 162763.

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

Color convert

RGB 203 123 2 -
CMYK 0 0.39 0.99 0.20
HSL 36.12º 0.98% 0.4% -
HSV(B) 36.12º 0.99% 0.8% -
XYZ 31.72 26.87 3.57 -
YUV 133.13 54 177.84 -
System Red Green Blue C M Y K H S L
Decimal 203 123 2 0 0.39 0.99 0.20 36.12 0.98 0.4
Hex CB 7B 2 0 27 63 14 24 62 28
Octal 313 173 2 0 47 143 24 44 142 50
Binary 11001011 1111011 10 0 100111 1100011 10100 100100 1100010 101000

Color Harmonies of #CB7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B02

Black with #CB7B02

Text Example


Text Example

White with #CB7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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