Html Css Color HEX #CCBF2D Barberry

📋 copy color: '#CCBF2D'

red 204 ◦ green 191 ◦ blue 45

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

Shades of Barberry #CCBF2D

Tints of Barberry #CCBF2D

RGB

 RED value IS 204 (80.08% from 255) = 46.36%

 GREEN value IS 191 (75% from 255) = 43.41%

 BLUE value IS 45 (17.97% from 255) = 10.23%

R = 46.36%
G = 43.41%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCBF2D (or 0xCCBF2D) is known color: Barberry. HEX triplet: CC, BF and 2D. RGB value is (204,191,45). Sum of RGB (Red+Green+Blue) = 204+191+45=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF2D is #3340D2. Grayscale: #B2B2B2. Windows color (decimal): -3358931 or 2998220. OLE color: 2998220.

HSL color Cylindrical-coordinate representation of color #CCBF2D: hue angle of 55.09º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBF2D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 45 -
CMYK 0 0.06 0.78 0.2
HSL 55.09º 0.64% 0.49% -
HSV(B) 55.09º 0.78% 0.8% -
XYZ 44.01 50.29 9.87 -
YUV 178.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 204 191 45 0 0.06 0.78 0.2 55.09 0.64 0.49
Hex CC BF 2D 0 6 4E 14 37 40 31
Octal 314 277 55 0 6 116 24 67 100 61
Binary 11001100 10111111 101101 0 110 1001110 10100 110111 1000000 110001

Color Harmonies of #CCBF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF2D

Black with #CCBF2D

Text Example


Text Example

White with #CCBF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF2D; }

 p { color: rgb(204,191,45); }

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

background-color css

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

 a { background-color: rgb(204,191,45); }

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

border-color css

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

 span { border-color: rgb(204,191,45); }

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