Html Css Color HEX #CDD71B Barberry

📋 copy color: '#CDD71B'

red 205 ◦ green 215 ◦ blue 27

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

Shades of Barberry #CDD71B

Tints of Barberry #CDD71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.1%

 BLUE value IS 27 (10.94% from 255) = 6.04%

R = 45.86%
G = 48.1%
B = 6.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CDD71B (or 0xCDD71B) is known color: Barberry. HEX triplet: CD, D7 and 1B. RGB value is (205,215,27). Sum of RGB (Red+Green+Blue) = 205+215+27=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD71B is #3228E4. Grayscale: #BFBFBF. Windows color (decimal): -3287269 or 1824717. OLE color: 1824717.

HSL color Cylindrical-coordinate representation of color #CDD71B: hue angle of 63.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDD71B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 27 -
CMYK 0.05 0 0.87 0.16
HSL 63.19º 0.78% 0.47% -
HSV(B) 63.19º 0.87% 0.84% -
XYZ 49.68 61.66 10.32 -
YUV 190.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 205 215 27 0.05 0 0.87 0.16 63.19 0.78 0.47
Hex CD D7 1B 5 0 57 10 3F 4E 2F
Octal 315 327 33 5 0 127 20 77 116 57
Binary 11001101 11010111 11011 101 0 1010111 10000 111111 1001110 101111

Color Harmonies of #CDD71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD71B

Black with #CDD71B

Text Example


Text Example

White with #CDD71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD71B; }

 p { color: rgb(205,215,27); }

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

background-color css

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

 a { background-color: rgb(205,215,27); }

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

border-color css

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

 span { border-color: rgb(205,215,27); }

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