Html Css Color HEX #CDB063 Laser

📋 copy color: '#CDB063'

red 205 ◦ green 176 ◦ blue 99

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

Shades of Laser #CDB063

Tints of Laser #CDB063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.63%

R = 42.71%
G = 36.67%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDB063 (or 0xCDB063) is known color: Laser. HEX triplet: CD, B0 and 63. RGB value is (205,176,99). Sum of RGB (Red+Green+Blue) = 205+176+99=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB063 is #324F9C. Grayscale: #B0B0B0. Windows color (decimal): -3297181 or 6533325. OLE color: 6533325.

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

Color convert

RGB 205 176 99 -
CMYK 0 0.14 0.52 0.20
HSL 43.58º 0.51% 0.6% -
HSV(B) 43.58º 0.52% 0.8% -
XYZ 42.95 44.93 18.21 -
YUV 175.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 205 176 99 0 0.14 0.52 0.20 43.58 0.51 0.6
Hex CD B0 63 0 E 34 14 2C 33 3C
Octal 315 260 143 0 16 64 24 54 63 74
Binary 11001101 10110000 1100011 0 1110 110100 10100 101100 110011 111100

Color Harmonies of #CDB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB063

Black with #CDB063

Text Example


Text Example

White with #CDB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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