Html Css Color HEX #D4CB51 Confetti

📋 copy color: '#D4CB51'

red 212 ◦ green 203 ◦ blue 81

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

Shades of Confetti #D4CB51

Tints of Confetti #D4CB51

RGB

 RED value IS 212 (83.2% from 255) = 42.74%

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

 BLUE value IS 81 (32.03% from 255) = 16.33%

R = 42.74%
G = 40.93%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4CB51 (or 0xD4CB51) is known color: Confetti. HEX triplet: D4, CB and 51. RGB value is (212,203,81). Sum of RGB (Red+Green+Blue) = 212+203+81=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB51 is #2B34AE. Grayscale: #C0C0C0. Windows color (decimal): -2831535 or 5360596. OLE color: 5360596.

HSL color Cylindrical-coordinate representation of color #D4CB51: hue angle of 55.88º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4CB51 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 81 -
CMYK 0 0.04 0.62 0.17
HSL 55.88º 0.6% 0.57% -
HSV(B) 55.88º 0.62% 0.83% -
XYZ 49.99 57.3 16.21 -
YUV 191.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 212 203 81 0 0.04 0.62 0.17 55.88 0.6 0.57
Hex D4 CB 51 0 4 3E 11 38 3C 39
Octal 324 313 121 0 4 76 21 70 74 71
Binary 11010100 11001011 1010001 0 100 111110 10001 111000 111100 111001

Color Harmonies of #D4CB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB51

Black with #D4CB51

Text Example


Text Example

White with #D4CB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB51; }

 p { color: rgb(212,203,81); }

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

background-color css

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

 a { background-color: rgb(212,203,81); }

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

border-color css

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

 span { border-color: rgb(212,203,81); }

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