Html Css Color HEX #CB9405 Dark Goldenrod

📋 copy color: '#CB9405'

red 203 ◦ green 148 ◦ blue 5

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

Shades of Dark Goldenrod #CB9405

Tints of Dark Goldenrod #CB9405

RGB

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

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

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

R = 57.02%
G = 41.57%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9405 (or 0xCB9405) is known color: Dark Goldenrod. HEX triplet: CB, 94 and 05. RGB value is (203,148,5). Sum of RGB (Red+Green+Blue) = 203+148+5=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9405 is #346BFA. Grayscale: #949494. Windows color (decimal): -3435515 or 365771. OLE color: 365771.

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

Color convert

RGB 203 148 5 -
CMYK 0 0.27 0.98 0.20
HSL 43.33º 0.95% 0.41% -
HSV(B) 43.33º 0.98% 0.8% -
XYZ 35.25 33.89 4.83 -
YUV 148.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 203 148 5 0 0.27 0.98 0.20 43.33 0.95 0.41
Hex CB 94 5 0 1B 62 14 2B 5F 29
Octal 313 224 5 0 33 142 24 53 137 51
Binary 11001011 10010100 101 0 11011 1100010 10100 101011 1011111 101001

Color Harmonies of #CB9405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9405

Black with #CB9405

Text Example


Text Example

White with #CB9405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9405; }

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

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

background-color css

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

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

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

border-color css

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

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

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