Html Css Color HEX #CDD512 Barberry

📋 copy color: '#CDD512'

red 205 ◦ green 213 ◦ blue 18

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

Shades of Barberry #CDD512

Tints of Barberry #CDD512

RGB

 RED value IS 205 (80.47% from 255) = 47.02%

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 47.02%
G = 48.85%
B = 4.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CDD512 (or 0xCDD512) is known color: Barberry. HEX triplet: CD, D5 and 12. RGB value is (205,213,18). Sum of RGB (Red+Green+Blue) = 205+213+18=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD512 is #322AED. Grayscale: #BDBDBD. Windows color (decimal): -3287790 or 1234381. OLE color: 1234381.

HSL color Cylindrical-coordinate representation of color #CDD512: hue angle of 62.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDD512 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 18 -
CMYK 0.04 0 0.92 0.16
HSL 62.46º 0.84% 0.45% -
HSV(B) 62.46º 0.92% 0.84% -
XYZ 49.08 60.61 9.68 -
YUV 188.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 205 213 18 0.04 0 0.92 0.16 62.46 0.84 0.45
Hex CD D5 12 4 0 5C 10 3E 54 2D
Octal 315 325 22 4 0 134 20 76 124 55
Binary 11001101 11010101 10010 100 0 1011100 10000 111110 1010100 101101

Color Harmonies of #CDD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD512

Black with #CDD512

Text Example


Text Example

White with #CDD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD512; }

 p { color: rgb(205,213,18); }

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

background-color css

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

 a { background-color: rgb(205,213,18); }

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

border-color css

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

 span { border-color: rgb(205,213,18); }

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