Html Css Color HEX #D6CF4B Confetti

📋 copy color: '#D6CF4B'

red 214 ◦ green 207 ◦ blue 75

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

Shades of Confetti #D6CF4B

Tints of Confetti #D6CF4B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

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

R = 43.15%
G = 41.73%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6CF4B (or 0xD6CF4B) is known color: Confetti. HEX triplet: D6, CF and 4B. RGB value is (214,207,75). Sum of RGB (Red+Green+Blue) = 214+207+75=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF4B is #2930B4. Grayscale: #C2C2C2. Windows color (decimal): -2699445 or 4968406. OLE color: 4968406.

HSL color Cylindrical-coordinate representation of color #D6CF4B: hue angle of 56.98º 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 #D6CF4B is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 75 -
CMYK 0 0.03 0.65 0.16
HSL 56.98º 0.63% 0.57% -
HSV(B) 56.98º 0.65% 0.84% -
XYZ 51.31 59.43 15.42 -
YUV 194.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 214 207 75 0 0.03 0.65 0.16 56.98 0.63 0.57
Hex D6 CF 4B 0 3 41 10 39 3F 39
Octal 326 317 113 0 3 101 20 71 77 71
Binary 11010110 11001111 1001011 0 11 1000001 10000 111001 111111 111001

Color Harmonies of #D6CF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF4B

Black with #D6CF4B

Text Example


Text Example

White with #D6CF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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