Html Css Color HEX #D6CB4A Confetti

📋 copy color: '#D6CB4A'

red 214 ◦ green 203 ◦ blue 74

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

Shades of Confetti #D6CB4A

Tints of Confetti #D6CB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 43.58%
G = 41.34%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6CB4A (or 0xD6CB4A) is known color: Confetti. HEX triplet: D6, CB and 4A. RGB value is (214,203,74). Sum of RGB (Red+Green+Blue) = 214+203+74=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB4A is #2934B5. Grayscale: #C0C0C0. Windows color (decimal): -2700470 or 4901846. OLE color: 4901846.

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

Color convert

RGB 214 203 74 -
CMYK 0 0.05 0.65 0.16
HSL 55.29º 0.63% 0.56% -
HSV(B) 55.29º 0.65% 0.84% -
XYZ 50.32 57.5 14.93 -
YUV 191.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 214 203 74 0 0.05 0.65 0.16 55.29 0.63 0.56
Hex D6 CB 4A 0 5 41 10 37 3F 38
Octal 326 313 112 0 5 101 20 67 77 70
Binary 11010110 11001011 1001010 0 101 1000001 10000 110111 111111 111000

Color Harmonies of #D6CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB4A

Black with #D6CB4A

Text Example


Text Example

White with #D6CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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