Html Css Color HEX #CDB059 Laser

📋 copy color: '#CDB059'

red 205 ◦ green 176 ◦ blue 89

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

Shades of Laser #CDB059

Tints of Laser #CDB059

RGB

 RED value IS 205 (80.47% from 255) = 43.62%

 GREEN value IS 176 (69.14% from 255) = 37.45%

 BLUE value IS 89 (35.16% from 255) = 18.94%

R = 43.62%
G = 37.45%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDB059 (or 0xCDB059) is known color: Laser. HEX triplet: CD, B0 and 59. RGB value is (205,176,89). Sum of RGB (Red+Green+Blue) = 205+176+89=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB059 is #324FA6. Grayscale: #AFAFAF. Windows color (decimal): -3297191 or 5877965. OLE color: 5877965.

HSL color Cylindrical-coordinate representation of color #CDB059: hue angle of 45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDB059 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 89 -
CMYK 0 0.14 0.57 0.20
HSL 45º 0.54% 0.58% -
HSV(B) 45º 0.57% 0.8% -
XYZ 42.51 44.75 15.85 -
YUV 174.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 205 176 89 0 0.14 0.57 0.20 45 0.54 0.58
Hex CD B0 59 0 E 39 14 2D 36 3A
Octal 315 260 131 0 16 71 24 55 66 72
Binary 11001101 10110000 1011001 0 1110 111001 10100 101101 110110 111010

Color Harmonies of #CDB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB059

Black with #CDB059

Text Example


Text Example

White with #CDB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB059; }

 p { color: rgb(205,176,89); }

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

background-color css

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

 a { background-color: rgb(205,176,89); }

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

border-color css

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

 span { border-color: rgb(205,176,89); }

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