Html Css Color HEX #CDD114 Barberry

📋 copy color: '#CDD114'

red 205 ◦ green 209 ◦ blue 20

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

Shades of Barberry #CDD114

Tints of Barberry #CDD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.16%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 47.24%
G = 48.16%
B = 4.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#CDD114 (or 0xCDD114) is known color: Barberry. HEX triplet: CD, D1 and 14. RGB value is (205,209,20). Sum of RGB (Red+Green+Blue) = 205+209+20=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD114 is #322EEB. Grayscale: #BBBBBB. Windows color (decimal): -3288812 or 1364429. OLE color: 1364429.

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

Color convert

RGB 205 209 20 -
CMYK 0.02 0 0.90 0.18
HSL 61.27º 0.83% 0.45% -
HSV(B) 61.27º 0.9% 0.82% -
XYZ 48.1 58.63 9.44 -
YUV 186.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 205 209 20 0.02 0 0.90 0.18 61.27 0.83 0.45
Hex CD D1 14 2 0 5A 12 3D 53 2D
Octal 315 321 24 2 0 132 22 75 123 55
Binary 11001101 11010001 10100 10 0 1011010 10010 111101 1010011 101101

Color Harmonies of #CDD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD114

Black with #CDD114

Text Example


Text Example

White with #CDD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD114; }

 p { color: rgb(205,209,20); }

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

background-color css

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

 a { background-color: rgb(205,209,20); }

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

border-color css

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

 span { border-color: rgb(205,209,20); }

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