Html Css Color HEX #CDC31D Barberry

📋 copy color: '#CDC31D'

red 205 ◦ green 195 ◦ blue 29

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

Shades of Barberry #CDC31D

Tints of Barberry #CDC31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 47.79%
G = 45.45%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDC31D (or 0xCDC31D) is known color: Barberry. HEX triplet: CD, C3 and 1D. RGB value is (205,195,29). Sum of RGB (Red+Green+Blue) = 205+195+29=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC31D is #323CE2. Grayscale: #B3B3B3. Windows color (decimal): -3292387 or 1950669. OLE color: 1950669.

HSL color Cylindrical-coordinate representation of color #CDC31D: hue angle of 56.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDC31D is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 195 29 -
CMYK 0 0.05 0.86 0.20
HSL 56.59º 0.75% 0.46% -
HSV(B) 56.59º 0.86% 0.8% -
XYZ 44.91 52.1 8.85 -
YUV 179.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 205 195 29 0 0.05 0.86 0.20 56.59 0.75 0.46
Hex CD C3 1D 0 5 56 14 39 4B 2E
Octal 315 303 35 0 5 126 24 71 113 56
Binary 11001101 11000011 11101 0 101 1010110 10100 111001 1001011 101110

Color Harmonies of #CDC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC31D

Black with #CDC31D

Text Example


Text Example

White with #CDC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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