Html Css Color HEX #CDD611 Barberry

📋 copy color: '#CDD611'

red 205 ◦ green 214 ◦ blue 17

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

Shades of Barberry #CDD611

Tints of Barberry #CDD611

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 17 (7.03% from 255) = 3.9%

R = 47.02%
G = 49.08%
B = 3.9%

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

#CDD611 (or 0xCDD611) is known color: Barberry. HEX triplet: CD, D6 and 11. RGB value is (205,214,17). Sum of RGB (Red+Green+Blue) = 205+214+17=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD611 is #3229EE. Grayscale: #BDBDBD. Windows color (decimal): -3287535 or 1169101. OLE color: 1169101.

HSL color Cylindrical-coordinate representation of color #CDD611: hue angle of 62.74º degrees, saturation: 0.85, 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 #CDD611 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 17 -
CMYK 0.04 0 0.92 0.16
HSL 62.74º 0.85% 0.45% -
HSV(B) 62.74º 0.92% 0.84% -
XYZ 49.32 61.11 9.73 -
YUV 188.85 31.02 139.52 -
System Red Green Blue C M Y K H S L
Decimal 205 214 17 0.04 0 0.92 0.16 62.74 0.85 0.45
Hex CD D6 11 4 0 5C 10 3F 55 2D
Octal 315 326 21 4 0 134 20 77 125 55
Binary 11001101 11010110 10001 100 0 1011100 10000 111111 1010101 101101

Color Harmonies of #CDD611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD611

Black with #CDD611

Text Example


Text Example

White with #CDD611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD611; }

 p { color: rgb(205,214,17); }

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

background-color css

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

 a { background-color: rgb(205,214,17); }

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

border-color css

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

 span { border-color: rgb(205,214,17); }

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