Html Css Color HEX #CDD71D Barberry

📋 copy color: '#CDD71D'

red 205 ◦ green 215 ◦ blue 29

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

Shades of Barberry #CDD71D

Tints of Barberry #CDD71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 45.66%
G = 47.88%
B = 6.46%

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

#CDD71D (or 0xCDD71D) is known color: Barberry. HEX triplet: CD, D7 and 1D. RGB value is (205,215,29). Sum of RGB (Red+Green+Blue) = 205+215+29=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD71D is #3228E2. Grayscale: #BFBFBF. Windows color (decimal): -3287267 or 1955789. OLE color: 1955789.

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

Color convert

RGB 205 215 29 -
CMYK 0.05 0 0.87 0.16
HSL 63.23º 0.76% 0.48% -
HSV(B) 63.23º 0.87% 0.84% -
XYZ 49.7 61.67 10.45 -
YUV 190.81 36.69 138.12 -
System Red Green Blue C M Y K H S L
Decimal 205 215 29 0.05 0 0.87 0.16 63.23 0.76 0.48
Hex CD D7 1D 5 0 57 10 3F 4C 30
Octal 315 327 35 5 0 127 20 77 114 60
Binary 11001101 11010111 11101 101 0 1010111 10000 111111 1001100 110000

Color Harmonies of #CDD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD71D

Black with #CDD71D

Text Example


Text Example

White with #CDD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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