Html Css Color HEX #CDD913 Barberry

📋 copy color: '#CDD913'

red 205 ◦ green 217 ◦ blue 19

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

Shades of Barberry #CDD913

Tints of Barberry #CDD913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

 BLUE value IS 19 (7.81% from 255) = 4.31%

R = 46.49%
G = 49.21%
B = 4.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#CDD913 (or 0xCDD913) is known color: Barberry. HEX triplet: CD, D9 and 13. RGB value is (205,217,19). Sum of RGB (Red+Green+Blue) = 205+217+19=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD913 is #3226EC. Grayscale: #BFBFBF. Windows color (decimal): -3286765 or 1300941. OLE color: 1300941.

HSL color Cylindrical-coordinate representation of color #CDD913: hue angle of 63.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD913 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 19 -
CMYK 0.06 0 0.91 0.15
HSL 63.64º 0.84% 0.46% -
HSV(B) 63.64º 0.91% 0.85% -
XYZ 50.11 62.65 10.07 -
YUV 190.84 31.02 138.1 -
System Red Green Blue C M Y K H S L
Decimal 205 217 19 0.06 0 0.91 0.15 63.64 0.84 0.46
Hex CD D9 13 6 0 5B F 40 54 2E
Octal 315 331 23 6 0 133 17 100 124 56
Binary 11001101 11011001 10011 110 0 1011011 1111 1000000 1010100 101110

Color Harmonies of #CDD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD913

Black with #CDD913

Text Example


Text Example

White with #CDD913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD913; }

 p { color: rgb(205,217,19); }

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

background-color css

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

 a { background-color: rgb(205,217,19); }

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

border-color css

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

 span { border-color: rgb(205,217,19); }

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