Html Css Color HEX #CDD31E Barberry

📋 copy color: '#CDD31E'

red 205 ◦ green 211 ◦ blue 30

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

Shades of Barberry #CDD31E

Tints of Barberry #CDD31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 45.96%
G = 47.31%
B = 6.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#CDD31E (or 0xCDD31E) is known color: Barberry. HEX triplet: CD, D3 and 1E. RGB value is (205,211,30). Sum of RGB (Red+Green+Blue) = 205+211+30=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD31E is #322CE1. Grayscale: #BDBDBD. Windows color (decimal): -3288290 or 2020301. OLE color: 2020301.

HSL color Cylindrical-coordinate representation of color #CDD31E: hue angle of 61.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDD31E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 30 -
CMYK 0.03 0 0.86 0.17
HSL 61.99º 0.75% 0.47% -
HSV(B) 61.99º 0.86% 0.83% -
XYZ 48.71 59.66 10.18 -
YUV 188.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 205 211 30 0.03 0 0.86 0.17 61.99 0.75 0.47
Hex CD D3 1E 3 0 56 11 3E 4B 2F
Octal 315 323 36 3 0 126 21 76 113 57
Binary 11001101 11010011 11110 11 0 1010110 10001 111110 1001011 101111

Color Harmonies of #CDD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD31E

Black with #CDD31E

Text Example


Text Example

White with #CDD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD31E; }

 p { color: rgb(205,211,30); }

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

background-color css

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

 a { background-color: rgb(205,211,30); }

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

border-color css

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

 span { border-color: rgb(205,211,30); }

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