Html Css Color HEX #D6CA4B Confetti

📋 copy color: '#D6CA4B'

red 214 ◦ green 202 ◦ blue 75

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

Shades of Confetti #D6CA4B

Tints of Confetti #D6CA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 75 (29.69% from 255) = 15.27%

R = 43.58%
G = 41.14%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6CA4B (or 0xD6CA4B) is known color: Confetti. HEX triplet: D6, CA and 4B. RGB value is (214,202,75). Sum of RGB (Red+Green+Blue) = 214+202+75=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA4B is #2935B4. Grayscale: #BFBFBF. Windows color (decimal): -2700725 or 4967126. OLE color: 4967126.

HSL color Cylindrical-coordinate representation of color #D6CA4B: hue angle of 54.82º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6CA4B is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 75 -
CMYK 0 0.06 0.65 0.16
HSL 54.82º 0.63% 0.57% -
HSV(B) 54.82º 0.65% 0.84% -
XYZ 50.12 57.05 15.03 -
YUV 191.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 214 202 75 0 0.06 0.65 0.16 54.82 0.63 0.57
Hex D6 CA 4B 0 6 41 10 37 3F 39
Octal 326 312 113 0 6 101 20 67 77 71
Binary 11010110 11001010 1001011 0 110 1000001 10000 110111 111111 111001

Color Harmonies of #D6CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA4B

Black with #D6CA4B

Text Example


Text Example

White with #D6CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA4B; }

 p { color: rgb(214,202,75); }

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

background-color css

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

 a { background-color: rgb(214,202,75); }

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

border-color css

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

 span { border-color: rgb(214,202,75); }

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