Html Css Color HEX #CB9402 Dark Goldenrod

📋 copy color: '#CB9402'

red 203 ◦ green 148 ◦ blue 2

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

Shades of Dark Goldenrod #CB9402

Tints of Dark Goldenrod #CB9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 57.51%
G = 41.93%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9402 (or 0xCB9402) is known color: Dark Goldenrod. HEX triplet: CB, 94 and 02. RGB value is (203,148,2). Sum of RGB (Red+Green+Blue) = 203+148+2=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9402 is #346BFD. Grayscale: #949494. Windows color (decimal): -3435518 or 169163. OLE color: 169163.

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

Color convert

RGB 203 148 2 -
CMYK 0 0.27 0.99 0.20
HSL 43.58º 0.98% 0.4% -
HSV(B) 43.58º 0.99% 0.8% -
XYZ 35.23 33.88 4.74 -
YUV 147.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 203 148 2 0 0.27 0.99 0.20 43.58 0.98 0.4
Hex CB 94 2 0 1B 63 14 2C 62 28
Octal 313 224 2 0 33 143 24 54 142 50
Binary 11001011 10010100 10 0 11011 1100011 10100 101100 1100010 101000

Color Harmonies of #CB9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9402

Black with #CB9402

Text Example


Text Example

White with #CB9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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