Html Css Color HEX #D0CB52 Confetti

📋 copy color: '#D0CB52'

red 208 ◦ green 203 ◦ blue 82

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

Shades of Confetti #D0CB52

Tints of Confetti #D0CB52

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

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

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

R = 42.19%
G = 41.18%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D0CB52 (or 0xD0CB52) is known color: Confetti. HEX triplet: D0, CB and 52. RGB value is (208,203,82). Sum of RGB (Red+Green+Blue) = 208+203+82=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB52 is #2F34AD. Grayscale: #BFBFBF. Windows color (decimal): -3093678 or 5426128. OLE color: 5426128.

HSL color Cylindrical-coordinate representation of color #D0CB52: hue angle of 57.62º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0CB52 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 203 82 -
CMYK 0 0.02 0.61 0.18
HSL 57.62º 0.57% 0.57% -
HSV(B) 57.62º 0.61% 0.82% -
XYZ 48.89 56.73 16.36 -
YUV 190.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 208 203 82 0 0.02 0.61 0.18 57.62 0.57 0.57
Hex D0 CB 52 0 2 3D 12 3A 39 39
Octal 320 313 122 0 2 75 22 72 71 71
Binary 11010000 11001011 1010010 0 10 111101 10010 111010 111001 111001

Color Harmonies of #D0CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB52

Black with #D0CB52

Text Example


Text Example

White with #D0CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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