Html Css Color HEX #D6CB52 Confetti

📋 copy color: '#D6CB52'

red 214 ◦ green 203 ◦ blue 82

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

Shades of Confetti #D6CB52

Tints of Confetti #D6CB52

RGB

 RED value IS 214 (83.98% from 255) = 42.89%

 GREEN value IS 203 (79.69% from 255) = 40.68%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 42.89%
G = 40.68%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6CB52 (or 0xD6CB52) is known color: Confetti. HEX triplet: D6, CB and 52. RGB value is (214,203,82). Sum of RGB (Red+Green+Blue) = 214+203+82=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB52 is #2934AD. Grayscale: #C0C0C0. Windows color (decimal): -2700462 or 5426134. OLE color: 5426134.

HSL color Cylindrical-coordinate representation of color #D6CB52: hue angle of 55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6CB52 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 82 -
CMYK 0 0.05 0.62 0.16
HSL 55º 0.62% 0.58% -
HSV(B) 55º 0.62% 0.84% -
XYZ 50.61 57.62 16.44 -
YUV 192.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 214 203 82 0 0.05 0.62 0.16 55 0.62 0.58
Hex D6 CB 52 0 5 3E 10 37 3E 3A
Octal 326 313 122 0 5 76 20 67 76 72
Binary 11010110 11001011 1010010 0 101 111110 10000 110111 111110 111010

Color Harmonies of #D6CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB52

Black with #D6CB52

Text Example


Text Example

White with #D6CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB52; }

 p { color: rgb(214,203,82); }

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

background-color css

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

 a { background-color: rgb(214,203,82); }

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

border-color css

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

 span { border-color: rgb(214,203,82); }

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