Html Css Color HEX #CDAF63 Laser

📋 copy color: '#CDAF63'

red 205 ◦ green 175 ◦ blue 99

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

Shades of Laser #CDAF63

Tints of Laser #CDAF63

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

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

R = 42.8%
G = 36.53%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDAF63 (or 0xCDAF63) is known color: Laser. HEX triplet: CD, AF and 63. RGB value is (205,175,99). Sum of RGB (Red+Green+Blue) = 205+175+99=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF63 is #32509C. Grayscale: #AFAFAF. Windows color (decimal): -3297437 or 6533069. OLE color: 6533069.

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

Color convert

RGB 205 175 99 -
CMYK 0 0.15 0.52 0.20
HSL 43.02º 0.51% 0.6% -
HSV(B) 43.02º 0.52% 0.8% -
XYZ 42.76 44.54 18.15 -
YUV 175.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 205 175 99 0 0.15 0.52 0.20 43.02 0.51 0.6
Hex CD AF 63 0 F 34 14 2B 33 3C
Octal 315 257 143 0 17 64 24 53 63 74
Binary 11001101 10101111 1100011 0 1111 110100 10100 101011 110011 111100

Color Harmonies of #CDAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF63

Black with #CDAF63

Text Example


Text Example

White with #CDAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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